summaryrefslogtreecommitdiff
path: root/src/Components/Battery/BatteryController.cpp
AgeCommit message (Collapse)AuthorFilesLines
2020-10-02Renamed Components/ to components/Avamander1-48/+0
2020-09-27Add BatteryInformationService to expose the battery level to BLE host.JF1-1/+4
2020-03-22Add new App : Sysinfo. It displays various info about the running system : ↵JF1-2/+2
version, date/time, battery, brightness and resetreason. It contains placeholder for future use (like mac address, uptime,...).
2019-12-27Replace pin numbers by constantsJF1-5/+6
2019-12-27Implement battery measurement in BatteryController.JF1-0/+44
Update battery info on wake up (with button)