Skip to content

Commit

Permalink
Merge pull request #249 from dherrada/master
Browse files Browse the repository at this point in the history
Moved icm20649 -> icm20x
  • Loading branch information
evaherrada authored May 26, 2020
2 parents 0f7a0bc + 78d9d18 commit 34ec77d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -589,9 +589,6 @@
[submodule "libraries/drivers/neopixel_spi"]
path = libraries/drivers/neopixel_spi
url = https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel_SPI.git
[submodule "libraries/drivers/icm20649"]
path = libraries/drivers/icm20649
url = https://github.com/adafruit/Adafruit_CircuitPython_ICM20649.git
[submodule "libraries/drivers/mlx90640"]
path = libraries/drivers/mlx90640
url = https://github.com/adafruit/Adafruit_CircuitPython_MLX90640.git
Expand Down Expand Up @@ -688,3 +685,6 @@
[submodule "libraries/helpers/ble_adafruit"]
path = libraries/helpers/ble_adafruit
url = https://github.com/adafruit/Adafruit_CircuitPython_BLE_Adafruit.git
[submodule "libraries/drivers/icm20x"]
path = libraries/drivers/icm20x
url = https://github.com/adafruit/Adafruit_CircuitPython_ICM20X.git
2 changes: 1 addition & 1 deletion docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ Motion relating sensing including ``acceleration``, ``magnetic``, ``gyro``, and
FXAS21002C Gyroscope <https://circuitpython.readthedocs.io/projects/fxas21002c/en/latest/>
FXOS8700 Accelerometer <https://circuitpython.readthedocs.io/projects/fxos8700/en/latest/>
GPS Global Position <https://circuitpython.readthedocs.io/projects/gps/en/latest/>
ICM20649 Wide-rage 6-DoF Accelerometer and Gyro <https://circuitpython.readthedocs.io/projects/icm20649/en/latest/>
ICM20X Wide-range 6-DoF Accelerometer and Gyro Family <https://circuitpython.readthedocs.io/projects/icm20649/en/latest/>
L3GD20 3-Axis Gyroscope <https://circuitpython.readthedocs.io/projects/l3gd20/en/latest/>
LIS2MDL 3-Axis Magnetometer <https://circuitpython.readthedocs.io/projects/lis2mdl/en/latest/>
LIS3MDL 3-Axis Magnetometer <https://circuitpython.readthedocs.io/projects/lis3mdl/en/latest/>
Expand Down

0 comments on commit 34ec77d

Please sign in to comment.