Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions adafruit_lis3mdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from adafruit_register.i2c_bit import RWBit

__version__ = "0.0.0-auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LSM6DSOX.git"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LIS3MDL.git"


_LIS3MDL_DEFAULT_ADDRESS = const(0x1C)
Expand All @@ -43,10 +43,6 @@

_LIS3MDL_WHOAMI = const(0xF)


__version__ = "0.0.0-auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LIS3MDL.git"

_LIS3MDL_WHO_AM_I = const(0x0F) # Register that contains the part ID
_LIS3MDL_CTRL_REG1 = const(0x20) # Register address for control 1
_LIS3MDL_CTRL_REG2 = const(0x21) # Register address for control 2
Expand Down