Merge pull request #116 from DarkZeros/light_sleep_display

Optimize display update
pull/119/head
SQFMI 2021-12-12 17:15:22 -05:00 committed by GitHub
commit 35eb14fadd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 899 additions and 911 deletions

File diff suppressed because it is too large Load Diff

View File

@ -28,6 +28,7 @@ class Watchy {
Watchy();
void init(String datetime = "");
void deepSleep();
static void displayBusyCallback(const void*);
float getBatteryVoltage();
void vibMotor(uint8_t intervalMs = 100, uint8_t length = 20);