Skip to content

Commit 34a9861

Browse files
authored
fixing typo in channel_nir property accessor
1 parent d3932dc commit 34a9861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_as7341.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def channel_clear(self):
383383
return self._channel_4_data
384384

385385
@property
386-
def channel_clear(self):
386+
def channel_nir(self):
387387
"""The current reading for the NIR (near-IR) sensor"""
388388
self._configure_f5_f8()
389389
return self._channel_5_data

0 commit comments

Comments
 (0)