summaryrefslogtreecommitdiffstats
path: root/watch-library/hardware/watch/watch.c
diff options
context:
space:
mode:
Diffstat (limited to 'watch-library/hardware/watch/watch.c')
-rw-r--r--watch-library/hardware/watch/watch.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/watch-library/hardware/watch/watch.c b/watch-library/hardware/watch/watch.c
index 32bbccbb..b3dc4e8d 100644
--- a/watch-library/hardware/watch/watch.c
+++ b/watch-library/hardware/watch/watch.c
@@ -41,3 +41,7 @@ void SYSTEM_Handler(void) {
bool watch_is_buzzer_or_led_enabled(void){
return hri_mclk_get_APBCMASK_TCC0_bit(MCLK);
}
+
+bool watch_is_usb_enabled(void) {
+ return USB->DEVICE.CTRLA.bit.ENABLE;
+}