summaryrefslogtreecommitdiff
path: root/src/battery
AgeCommit message (Collapse)Author
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline
2024-03-13Update the battery status when plugging/unpluggingjacqueline
2023-11-24Periodically check int lines instead of relying on interruptsjacqueline
2023-10-16Remove early-exit when there's no batteryjacqueline
SAMD is currently returning incorrect states, so this is the cause of the battery meter often reading 0 when not plugged in
2023-10-12Update battery mV even with the samd doesn't respondjacqueline
2023-10-03Show battery voltage in top barjacqueline
2023-09-28Use databinding for the top bar. It's so nice now!jacqueline
2023-09-28Use bindey for databinding instead of hand rolling ui updatesjacqueline
2023-08-30Use a service locator instead of passing around subsets of drivers between FSMsjacqueline
2023-08-28Move battery measurement to its own classjacqueline