-
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.
- Loading branch information
1 parent
9b18854
commit 547ee56
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule BMP388-Pico
updated
5 files
+1 −1 | CMakeLists.txt | |
+19 −31 | bmp388.cpp | |
+8 −6 | bmp388.hpp | |
+7 −4 | examples/CMakeLists.txt | |
+11 −14 | examples/poll_data.cpp |
Submodule BNO055-Pico
updated
6 files
+1 −1 | CMakeLists.txt | |
+34 −26 | bno055.cpp | |
+10 −8 | bno055.hpp | |
+6 −3 | examples/CMakeLists.txt | |
+4 −8 | examples/poll_data.cpp | |
+1 −1 | format.sh |
Submodule LIS3DH-Pico
updated
6 files
+1 −1 | CMakeLists.txt | |
+9 −4 | examples/CMakeLists.txt | |
+11 −11 | examples/poll_data.cpp | |
+2 −2 | format.sh | |
+24 −53 | lis3dh.cpp | |
+3 −18 | lis3dh.hpp |