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 57fe917 commit d3932dcCopy full SHA for d3932dc
README.rst
@@ -87,6 +87,8 @@ Usage Example
87
print("F6 - 590nm/Yellow %s" % bar_graph(sensor.channel_590nm))
88
print("F7 - 630nm/Orange %s" % bar_graph(sensor.channel_630nm))
89
print("F8 - 680nm/Red %s" % bar_graph(sensor.channel_680nm))
90
+ print("Clear %s" % bar_graph(sensor.channel_clear))
91
+ print("Near-IR (NIR) %s" % bar_graph(sensor.channel_nir))
92
print("\n------------------------------------------------")
93
sleep(1)
94
0 commit comments