Add second timer for pushbutton read

pico-v0.1
alanbjohnston 4 years ago committed by GitHub
parent 075fb5b0ef
commit f83f777ef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -145,6 +145,7 @@ void blink_pin(int pin, int duration);
void config_gpio();
void start_isr();
void read_reset_count();
void start_button_isr();
extern int Encode_8b10b[][256];
@ -278,6 +279,7 @@ unsigned long pb_press_start;
bool TimerHandler0(struct repeating_timer *t);
RPI_PICO_Timer ITimer0(0);
RPI_PICO_Timer ITimer1(0);
/*
* TelemEncoding.h

Loading…
Cancel
Save

Powered by TurnKey Linux.