Skip to content

Commit 8e6e33a

Browse files
authored
Merge pull request #48 from benetherington/patch-1
Fix light sensor annotation
2 parents 4d00af3 + 26efa9a commit 8e6e33a

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)