Skip to content

Commit 26efa9a

Browse files
Fix light sensor annotation
1 parent 4d00af3 commit 26efa9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_magtag/peripherals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def __init__(self):
5656
self._speaker_enable.direction = Direction.OUTPUT
5757
self._speaker_enable.value = False
5858

59-
# Battery Voltage
59+
# Light Sensor
6060
self._light = AnalogIn(board.LIGHT)
6161

6262
# Buttons

0 commit comments

Comments
 (0)