Files
Sensor-Watch/watch-library/simulator/watch/watch.c
T
Alessandro Genova 04276c1999 Improve watch_tcc to decouple leds and buzzer as much as allowed
As a positive side effect, the led will stop emitting the faintiest
of blinks when the buzzer starts playing.
2026-01-02 20:07:56 -05:00

10 lines
173 B
C

#include "watch.h"
bool watch_is_usb_enabled(void) {
return true;
}
void watch_reset_to_bootloader(void) {
// No bootloader in the simulator; nothing to do here
}