fix incorrect cookiecutter repo address insertion
This commit is contained in:
parent
0a4d445d15
commit
f1ed827df4
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ from adafruit_register.i2c_bit import RWBit
|
|||
from adafruit_register.i2c_bit import ROBit
|
||||
|
||||
__version__ = "0.0.0+auto.0"
|
||||
__repo__ = "https://github.com/CedarGroveStudios/Cedargrove_CircuitPython_NAU7802.git"
|
||||
__repo__ = "https://github.com/CedarGroveStudios/CircuitPython_NAU7802.git"
|
||||
|
||||
# DEVICE REGISTER MAP
|
||||
_PU_CTRL = 0x00 # Power-Up Control RW
|
||||
|
|
|
|||
Loading…
Reference in a new issue