-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch lsm6dso to STM driver, test on MSB #191 (#14)
* Integrated new STM32 Driver * Updated lsm6dso driver and interfaced with IMU * Updated lsm6dso driver and interfaced with IMU * Updated lsm6dso driver and interfaced with IMU * Removed unnecessary methods * Mutex for imu_data_get * Split ifdef block * fixup by jack lol * Clang formatting * Clang format * Clang format * bug
- Loading branch information
Showing
5 changed files
with
80 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule Embedded-Base
updated
18 files
+21 −1 | cangen/README.md | |
+994 −527 | cangen/can-messages/bms.json | |
+42 −35 | cangen/can-messages/calypso_cmd.json | |
+108 −63 | cangen/can-messages/charger.json | |
+558 −311 | cangen/can-messages/dti.json | |
+534 −227 | cangen/can-messages/mpu.json | |
+291 −254 | cangen/can-messages/msb.json | |
+29 −19 | cangen/can-messages/wheel.json | |
+2 −1 | general/.clang-format-ignore | |
+12 −6 | general/include/ads131m04.h | |
+371 −105 | general/include/lsm6dso.h | |
+4,063 −0 | general/include/lsm6dso_reg.h | |
+73 −22 | general/include/pca9539.h | |
+20 −19 | general/src/ads131m04.c | |
+3,708 −130 | general/src/lsm6dso.c | |
+12,579 −0 | general/src/lsm6dso_reg.c | |
+29 −22 | general/src/pca9539.c | |
+4 −0 | platforms/stm32f405/include/stm32xx_hal.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters