-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule Embedded-Base
updated
10 files
+249 −5 | cangen/can-messages/bms.json | |
+78 −0 | general/include/INA226.h | |
+12 −6 | general/include/ads131m04.h | |
+23 −21 | general/include/lsm6dso.h | |
+146 −0 | general/src/INA226.c | |
+20 −19 | general/src/ads131m04.c | |
+49 −50 | general/src/lsm6dso.c | |
+1 −2 | platforms/stm32f405/include/can.h | |
+4 −0 | platforms/stm32f405/include/stm32xx_hal.h | |
+28 −52 | platforms/stm32f405/src/can.c |