Make battery reading periodic. Add events. Disable pullup

This commit is contained in:
Riku Isokoski
2021-08-14 21:18:11 +03:00
parent 643077341b
commit 23bde0d18e
8 changed files with 38 additions and 32 deletions

View File

@@ -20,7 +20,9 @@ namespace Pinetime {
EnableSleeping,
DisableSleeping,
OnNewDay,
OnChargingEvent
OnChargingEvent,
MeasureBatteryTimerExpired,
BatteryMeasurementDone,
};
}
}