summaryrefslogtreecommitdiffstats
path: root/watch-library/shared/watch/watch.h
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-01-26 21:32:55 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-01-26 21:33:05 -0500
commita11275d84c4ca04645eec72b1d1612d0781e0486 (patch)
treea091cb481317cf26e22f0aa9fa0c9b70a5626ed3 /watch-library/shared/watch/watch.h
parent1b1bba2de0f23cec2de21100b495d56c1056af72 (diff)
downloadSensor-Watch-a11275d84c4ca04645eec72b1d1612d0781e0486.tar.gz
Sensor-Watch-a11275d84c4ca04645eec72b1d1612d0781e0486.tar.bz2
Sensor-Watch-a11275d84c4ca04645eec72b1d1612d0781e0486.zip
watch library: implement SPI
Diffstat (limited to 'watch-library/shared/watch/watch.h')
-rw-r--r--watch-library/shared/watch/watch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/watch-library/shared/watch/watch.h b/watch-library/shared/watch/watch.h
index 064f90ec..8e47594c 100644
--- a/watch-library/shared/watch/watch.h
+++ b/watch-library/shared/watch/watch.h
@@ -60,6 +60,7 @@
#include "watch_adc.h"
#include "watch_gpio.h"
#include "watch_i2c.h"
+#include "watch_spi.h"
#include "watch_uart.h"
#include "watch_deepsleep.h"