Skip to content

Commit 185855a

Browse files
committed
adding SparkFun callout
1 parent 9e43fc2 commit 185855a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

adafruit_icm20x.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,9 @@ def __init__(self, i2c_bus, address=_ICM20948_DEFAULT_ADDRESS):
608608
super().__init__(i2c_bus, address)
609609
self._magnetometer_init()
610610

611+
# A million thanks to the SparkFun folks for their library that I pillaged to write this method!
612+
# See their Python library here:
613+
# https://github.com/sparkfun/Qwiic_9DoF_IMU_ICM20948_Py
611614
@property
612615
def _mag_configured(self):
613616
success = False

0 commit comments

Comments
 (0)