added timer2_on

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

@ -372,6 +372,7 @@ RPI_PICO_Timer ITimer1(1);
RPI_PICO_Timer ITimer2(2); RPI_PICO_Timer ITimer2(2);
bool timer0_on = false; bool timer0_on = false;
bool timer2_on = false;
char callsign[20]; char callsign[20];
int morse_timing = 60; // ms for a dit int morse_timing = 60; // ms for a dit

Loading…
Cancel
Save

Powered by TurnKey Linux.