Initialize using gravity vectors to exclude the influence of the orientation during initialization #135
This file contains 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
name: arduino-lint | |
on: [push, pull_request] | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: arduino/arduino-lint-action@v1 | |
with: | |
# path: ./ | |
version: 1.x | |
compliance: strict | |
library-manager: update | |
project-type: library | |
recursive: true | |
# report-file: | |
verbose: false |