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 4cb6076 commit 5c94880Copy full SHA for 5c94880
veml6070.py renamed to adafruit_veml6070.py
@@ -19,7 +19,7 @@
19
# CircuitPython Library Author: Michael Schroeder(sommersoft). No
20
# affiliation to Adafruit is implied.
21
"""
22
-`veml6070` - VEML6070 UV Sensor
+`adafruit_VEML6070` - VEML6070 UV Sensor
23
====================================================
24
25
CircuitPython library to support VEML6070 UV Index sensor.
@@ -47,7 +47,7 @@
47
48
49
__version__ = "1.0.0"
50
-__repo__ = "https://github.com/sommersoft/veml6070.git"
+__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_VEML6070.git"
51
52
from adafruit_bus_device.i2c_device import I2CDevice
53
from micropython import const
0 commit comments