We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d488d50 + 85df610 commit 0905b50Copy full SHA for 0905b50
adafruit_magtag/peripherals.py
@@ -83,7 +83,7 @@ def play_tone(self, frequency, duration):
83
@property
84
def battery(self):
85
"""Return the voltage of the battery"""
86
- return (self._batt_monitor.value / 65535.0) * 2.6 * 2
+ return (self._batt_monitor.value / 65535.0) * 3.3 * 2
87
88
89
def neopixel_disable(self):
0 commit comments