added ITimer2

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

@ -369,6 +369,7 @@ const char sstv2_filename[] = "/sstv_image_2_320_x_240.jpg";
bool TimerHandler0(struct repeating_timer *t);
RPI_PICO_Timer ITimer0(0);
RPI_PICO_Timer ITimer1(1);
RPI_PICO_Timer ITimer2(2);
bool timer0_on = false;

Loading…
Cancel
Save

Powered by TurnKey Linux.