port buzzer and LED functions to gossamer framework

This commit is contained in:
joeycastillo
2024-09-18 14:47:53 -04:00
parent 5ba64844e2
commit 29f020e207
11 changed files with 120 additions and 233 deletions

View File

@ -40,6 +40,8 @@ static long _em_interval_id = 0;
static int8_t *_sequence;
static void (*_cb_finished)(void);
void _watch_enable_tcc(void) {}
static inline void _em_interval_stop() {
emscripten_clear_interval(_em_interval_id);
_em_interval_id = 0;

View File

@ -51,8 +51,6 @@ int _gettimeofday(struct timeval *tv, void *tzvp) {
return 0;
}
void _watch_enable_tcc(void) {}
void _watch_disable_tcc(void) {}
void _watch_enable_usb(void) {}