Skip to content

Add support for P1AM-200, P1-08ND-TTL, and P1-08TD-TTL (#23) #33

Add support for P1AM-200, P1-08ND-TTL, and P1-08TD-TTL (#23)

Add support for P1AM-200, P1-08ND-TTL, and P1-08TD-TTL (#23) #33

Workflow file for this run

name: Compile Examples
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
fqbn:
- arduino:samd:mkrzero
steps:
- uses: actions/checkout@v2
- uses: arduino/compile-sketches@v1
with:
fqbn: ${{ matrix.fqbn }}