We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 539ad2b commit 57fe917Copy full SHA for 57fe917
examples/as7341_simpletest.py
@@ -23,5 +23,7 @@ def bar_graph(read_value):
23
print("F6 - 590nm/Yellow %s" % bar_graph(sensor.channel_590nm))
24
print("F7 - 630nm/Orange %s" % bar_graph(sensor.channel_630nm))
25
print("F8 - 680nm/Red %s" % bar_graph(sensor.channel_680nm))
26
+ print("Clear %s" % bar_graph(sensor.channel_clear))
27
+ print("Near-IR (NIR) %s" % bar_graph(sensor.channel_nir))
28
print("\n------------------------------------------------")
29
sleep(1)
0 commit comments