added timer0 and timer2 number

pull/206/head
alanbjohnston 3 years ago committed by GitHub
parent 7316204870
commit 150d71055a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -373,6 +373,8 @@ RPI_PICO_Timer ITimer2(2);
bool timer0_on = false;
bool timer2_on = false;
int timer0_number = NULL;
int timer2_number = NULL;
char callsign[20];
int morse_timing = 60; // ms for a dit

Loading…
Cancel
Save

Powered by TurnKey Linux.