Skip to content

Commit fc69311

Browse files
author
brentru
committed
update VEML6070 function sig
1 parent f5fce9f commit fc69311

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/basics/environmental_monitor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787

8888
# Sample VEML6070
8989
def sample_VEML():
90-
for j in range(10):
91-
uv_raw = uv.read
90+
for _ in range(10):
91+
uv_raw = uv.uv_raw
9292
return uv_raw
9393

9494
while True:

0 commit comments

Comments
 (0)