Improved BMI160 support (#220)

This commit is contained in:
0forks
2023-03-25 01:37:58 +03:00
committed by GitHub
parent 9e223f65c4
commit 56848cc2a2
37 changed files with 5797 additions and 330 deletions

View File

@@ -5,4 +5,5 @@ monitor_speed = 115200
framework = arduino
build_flags =
-O2
build_unflags = -Os
-std=gnu++17
build_unflags = -Os -std=gnu++11