summaryrefslogtreecommitdiffstats
path: root/watch-library/shared/watch/watch.h
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-05-09 12:55:58 -0400
committerJoey Castillo <joeycastillo@utexas.edu>2022-05-09 13:00:15 -0400
commit22b1ac0283a6aed800ea86960305284199747cdc (patch)
tree4756b7024263098ea9f43ef42df15566f296304e /watch-library/shared/watch/watch.h
parent21ee056e26c3e158cf56f8577169f86b8d577a65 (diff)
downloadSensor-Watch-22b1ac0283a6aed800ea86960305284199747cdc.tar.gz
Sensor-Watch-22b1ac0283a6aed800ea86960305284199747cdc.tar.bz2
Sensor-Watch-22b1ac0283a6aed800ea86960305284199747cdc.zip
simulator: add USB serial input field
Diffstat (limited to 'watch-library/shared/watch/watch.h')
-rw-r--r--watch-library/shared/watch/watch.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/watch-library/shared/watch/watch.h b/watch-library/shared/watch/watch.h
index b307feca..b94d36fb 100644
--- a/watch-library/shared/watch/watch.h
+++ b/watch-library/shared/watch/watch.h
@@ -76,6 +76,10 @@
*/
bool watch_is_buzzer_or_led_enabled(void);
+/** @brief Returns true if USB is enabled.
+ */
+bool watch_is_usb_enabled(void);
+
/** @brief Reads up to len bytes from the USB serial.
* @param file ignored, you can pass in 0
* @param ptr pointer to a buffer of at least len bytes