Fix BMM150 sensor initialization check #308
This file contains hidden or 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
| on: [push, pull_request] | |
| jobs: | |
| compile-sketches: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: arduino/compile-sketches@v1 | |
| with: | |
| platforms: | | |
| - name: STMicroelectronics:stm32 | |
| source-url: https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json | |
| fqbn: STMicroelectronics:stm32:GenF4:pnum=GENERIC_F405RGTX | |
| libraries: | | |
| - source-path: ./ | |
| - name: STM32duino FreeRTOS |