From 26efa9a3e62b19a0be762ff67c3f646ea493c5a3 Mon Sep 17 00:00:00 2001 From: benetherington Date: Wed, 30 Dec 2020 18:04:23 -0500 Subject: [PATCH] Fix light sensor annotation --- adafruit_magtag/peripherals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adafruit_magtag/peripherals.py b/adafruit_magtag/peripherals.py index b1fffd9..903d444 100755 --- a/adafruit_magtag/peripherals.py +++ b/adafruit_magtag/peripherals.py @@ -56,7 +56,7 @@ def __init__(self): self._speaker_enable.direction = Direction.OUTPUT self._speaker_enable.value = False - # Battery Voltage + # Light Sensor self._light = AnalogIn(board.LIGHT) # Buttons