Skip to content

Commit b01347b

Browse files
committed
Fix example import.
1 parent 3e8dde8 commit b01347b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Demo of reading the range and lux from the VL6180x distance sensor and
22
# printing it every second.
33
# Author: Tony DiCola
4-
import tim
4+
import time
55

66
import board
77
import busio

0 commit comments

Comments
 (0)