From 9b381ef6ae36844e32452047b05b01f15893a2dc Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sun, 2 May 2021 13:07:51 -0400 Subject: WIP timer wakeup stuff --- Smol Watch Project/My Project/examples/driver_examples.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Smol Watch Project/My Project/examples/driver_examples.h') diff --git a/Smol Watch Project/My Project/examples/driver_examples.h b/Smol Watch Project/My Project/examples/driver_examples.h index 4295ca9f..59627ca9 100644 --- a/Smol Watch Project/My Project/examples/driver_examples.h +++ b/Smol Watch Project/My Project/examples/driver_examples.h @@ -22,6 +22,8 @@ void I2C_0_example(void); void delay_example(void); +void TIMER_0_example(void); + void PWM_0_example(void); void PWM_1_example(void); -- cgit v1.2.3