1
0
Fork 0
Commit graph

8 commits

Author SHA1 Message Date
Daniel Thompson
8ad72f1fb5
Merge pull request #387 from thiswillbeyourgithub/battery_smoothing
fix: battery level is not reset when charging without rebooting
2023-01-15 14:27:03 +00:00
thiswillbeyourgithub
32da478760 fix: battery smoothing was not reset before rebooting
Signed-off-by: thiswillbeyourgithub <github@32mail.33mail.com>
2023-01-15 15:21:07 +01:00
thiswillbeyourgithub
dae4f3d9ce docs: add comments explaining why keep Pin import for battery
Signed-off-by: thiswillbeyourgithub <github@32mail.33mail.com>
2022-10-01 20:39:50 +02:00
thiswillbeyourgithub
fccf95c125 fix: smoothen battery voltage
Signed-off-by: thiswillbeyourgithub <github@32mail.33mail.comm>
2022-04-06 09:52:40 +02:00
Daniel Thompson
f221e2f8a4 rtc: Undo the once-per-second wake up
So... waking up once per second turns out to be a dumb idea because it
regresses the stop watch and HRS tools (which now also only wake up once
per second).

Undo this change but sprinkle a few more micropython.native decorations
on methods used on the wakeup path to minimise power.

Fixes: fb18705b9b ("manager/rtc: Experimental power saving technique")
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2021-06-19 08:22:20 +01:00
Daniel Thompson
85079c149b drivers: battery: Finalize docstrings 2020-05-14 21:32:01 +01:00
Daniel Thompson
b9fe31241c Add licensing information for all wasp-os files. 2020-03-22 15:40:18 +00:00
Daniel Thompson
a34d65d7fd wasp: Add battery support 2020-01-30 21:46:35 +00:00