Skip to content

Commit 0b31285

Browse files
committed
fixed repo url
1 parent a5e5cd5 commit 0b31285

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

adafruit_lsm303_accel.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
from adafruit_bus_device.i2c_device import I2CDevice
5555

5656
__version__ = "0.0.0-auto.0"
57-
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LSM303.git"
57+
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LSM303_Accel.git"
5858

5959
# pylint: disable=bad-whitespace
6060
_ADDRESS_ACCEL = const(0x19) # (0x32 >> 1) // 0011001x
@@ -99,8 +99,6 @@
9999
_GRAVITY_STANDARD = 9.80665 # Earth's gravity in m/s^2
100100
# pylint: enable=bad-whitespace
101101

102-
103-
104102
class LSM303_Accel:
105103
"""Driver for the LSM303's accelerometer."""
106104

0 commit comments

Comments
 (0)