Skip to content

Commit f2e3a7b

Browse files
authored
Merge pull request #20 from ntoll/master
Fix GitHub repository details to correct URL.
2 parents 92b5eb0 + b5b4a0d commit f2e3a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_mpr121.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from micropython import const
3838

3939
__version__ = "0.0.0-auto.0"
40-
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_VL53L0X.git"
40+
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MPR121.git"
4141

4242
# Register addresses. Unused registers commented out to save memory.
4343
# pylint: disable=bad-whitespace

0 commit comments

Comments
 (0)