Tried to get the internal DAC of ESP32, got external I2S. #777
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: | |
# Allow manual trigger | |
workflow_dispatch: | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: arduino/arduino-lint-action@v1 | |
with: | |
project-type: library | |
library-manager: update | |
compliance: specification |