summaryrefslogtreecommitdiffstats
path: root/watch-library/simulator/watch/watch.c
blob: 2b14d0abb53ff10243efc7e49e20c103d599fcf3 (plain)
1
2
3
4
5
6
7
8
9
#include "watch.h"

bool watch_is_battery_low(void) {
    return false;
}

bool watch_is_buzzer_or_led_enabled(void) {
    return false;
}