added button_counter

pico-combined-isr
alanbjohnston 3 years ago committed by GitHub
parent fb467aaf14
commit 44fe37a3ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -375,6 +375,7 @@ RPI_PICO_Timer ITimer1(1);
bool timer0_on = false; bool timer0_on = false;
volatile int timer_counter; volatile int timer_counter;
volatile unsigned short button_counter;
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.