issues
search
TinyCircuits
/
TinyCircuits-Tiny-Game-Engine
MicroPython game engine for TinyCircuits Thumby Color
GNU General Public License v3.0
10
stars
2
forks
source link
Change in battery-related functions:
#53
Closed
TPReal
closed
4 months ago
TPReal
commented
4 months ago
battery_level returns int from 0 to 100 (this is approximate anyway, so float seems an overkill)
added battery_voltage returning the raw value in volts.
added is_charging which detects 5V.
TinyCircuits
commented
4 months ago
LGTM