Skip to content

Commit

Permalink
Support ICM-20948 (#1)
Browse files Browse the repository at this point in the history
Base MPU-9250 and ICM-20948 libraries on the common IMU interface
  • Loading branch information
okalachev authored Dec 4, 2024
1 parent 3beb253 commit 7d8339b
Show file tree
Hide file tree
Showing 10 changed files with 1,421 additions and 76 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ jobs:
run: cd examples/MPU9250 && arduino-cli compile --fqbn esp8266:esp8266:nodemcuv2
- name: Build MPU9250 example for Arduino Nano
run: cd examples/MPU9250 && arduino-cli compile --fqbn arduino:avr:nano
- name: Build ICM20948 example for ESP32
run: cd examples/ICM20948 && arduino-cli compile --fqbn esp32:esp32:esp32
- name: Build ICM20948 example for ESP32 D1 Mini
run: cd examples/ICM20948 && arduino-cli compile --fqbn esp32:esp32:d1_mini32
- name: Build ICM20948 example for ESP8266
run: cd examples/ICM20948 && arduino-cli compile --fqbn esp8266:esp8266:nodemcuv2
- name: Build ICM20948 example for Arduino Nano
run: cd examples/ICM20948 && arduino-cli compile --fqbn arduino:avr:nano
- name: Build SBUS example for ESP32
run: cd examples/SBUS && arduino-cli compile --fqbn esp32:esp32:esp32
- name: Build SBUS example for ESP32 D1 Mini
Expand Down
Loading

0 comments on commit 7d8339b

Please sign in to comment.