Browse Source

Use upstream mpu-driver & i2cbus

ugv_io
Alex Mikhalev 6 years ago
parent
commit
45bc99dd01
  1. 4
      .gitmodules
  2. 2
      components/I2Cbus
  3. 2
      components/MPU-driver

4
.gitmodules vendored

@ -6,7 +6,7 @@
url = https://github.com/olikraus/u8g2.git url = https://github.com/olikraus/u8g2.git
[submodule "components/MPU-driver"] [submodule "components/MPU-driver"]
path = components/MPU-driver path = components/MPU-driver
url = https://github.com/amikhalev/esp32-MPU-driver.git url = https://github.com/natanaeljr/esp32-MPU-driver.git
[submodule "components/I2Cbus"] [submodule "components/I2Cbus"]
path = components/I2Cbus path = components/I2Cbus
url = https://github.com/amikhalev/esp32-I2Cbus.git url = https://github.com/natanaeljr/esp32-I2Cbus.git

2
components/I2Cbus

@ -1 +1 @@
Subproject commit 539b0fe44397b694c60736fd6387f41b57f04d4c Subproject commit c792c7b5141772f805766a289b86819664894b23

2
components/MPU-driver

@ -1 +1 @@
Subproject commit 41ae7eb5d740052921159c03cfaa0c4a12432c30 Subproject commit ccc440bfd1c37f53ee275c1b7abac085677b5cc9
Loading…
Cancel
Save