summaryrefslogtreecommitdiffstats
path: root/Smol Watch Project/My Project/examples/driver_examples.h
diff options
context:
space:
mode:
authorJoey Castillo <jose.castillo@gmail.com>2021-05-02 13:07:51 -0400
committerJoey Castillo <jose.castillo@gmail.com>2021-05-02 13:07:51 -0400
commit9b381ef6ae36844e32452047b05b01f15893a2dc (patch)
tree8394c04b96f625dec258385c529f9aeae03d7483 /Smol Watch Project/My Project/examples/driver_examples.h
parent68bada3006a627e704680c0161f597e585b37e7f (diff)
downloadSensor-Watch-9b381ef6ae36844e32452047b05b01f15893a2dc.tar.gz
Sensor-Watch-9b381ef6ae36844e32452047b05b01f15893a2dc.tar.bz2
Sensor-Watch-9b381ef6ae36844e32452047b05b01f15893a2dc.zip
WIP timer wakeup stuff
Diffstat (limited to 'Smol Watch Project/My Project/examples/driver_examples.h')
-rw-r--r--Smol Watch Project/My Project/examples/driver_examples.h2
1 files changed, 2 insertions, 0 deletions
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);