Skip to content

Commit 63fd876

Browse files
committed
update author in example
1 parent 85c40b0 commit 63fd876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/vl6180x_simpletest.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
1+
# SPDX-FileCopyrightText: 2018 Tony DiCola for Adafruit Industries
22
# SPDX-License-Identifier: MIT
33

44
# Demo of reading the range and lux from the VL6180x distance sensor and
55
# printing it every second.
6-
# Author: Tony DiCola
6+
77
import time
88

99
import board

0 commit comments

Comments
 (0)