summaryrefslogtreecommitdiffstats
path: root/watch-library/shared
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-02-17 11:59:19 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-02-17 11:59:19 -0500
commit15cbe0941031a8f20d76072d05212d854980a49f (patch)
tree07a121e45e9f3ceba15e73e50fb1927469887b5b /watch-library/shared
parent37f97023a57c21f730dafe50709257981afea20d (diff)
downloadSensor-Watch-15cbe0941031a8f20d76072d05212d854980a49f.tar.gz
Sensor-Watch-15cbe0941031a8f20d76072d05212d854980a49f.tar.bz2
Sensor-Watch-15cbe0941031a8f20d76072d05212d854980a49f.zip
move pins.h include to watch.h
Diffstat (limited to 'watch-library/shared')
-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 b84ada29..ce85eed3 100644
--- a/watch-library/shared/watch/watch.h
+++ b/watch-library/shared/watch/watch.h
@@ -28,6 +28,7 @@
#include <stdint.h>
#include <stdbool.h>
#include "driver_init.h"
+#include "pins.h"
/** @mainpage Sensor Watch Documentation
* @brief This documentation covers most of the functions you will use to interact with the Sensor Watch