We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46bd320 commit 3c0d922Copy full SHA for 3c0d922
.github/workflows/ccpp.yml
@@ -27,11 +27,12 @@ jobs:
27
platforms: |
28
- name: arduino:sam
29
sketch-paths: |
30
+ - examples/drivers/simplefocnano/simplefocnano_atmega
31
- examples/drivers/drv8316
32
- examples/encoders/calibrated_sensor/calibration_save
33
- examples/encoders/linearhall
34
- examples/encoders/mt6816
- - examples/smoothing
35
+ - examples/encoders/smoothing
36
report-name-suffix: arduino_sam_due
37
- fqbn: arduino:samd:nano_33_iot # samd21
38
0 commit comments