Skip to content

Commit d3932dc

Browse files
authored
Update README.rst
adding clear and NIR examples to readme
1 parent 57fe917 commit d3932dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ Usage Example
8787
print("F6 - 590nm/Yellow %s" % bar_graph(sensor.channel_590nm))
8888
print("F7 - 630nm/Orange %s" % bar_graph(sensor.channel_630nm))
8989
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))
9092
print("\n------------------------------------------------")
9193
sleep(1)
9294

0 commit comments

Comments
 (0)