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 e59f38c commit 954545bCopy full SHA for 954545b
.github/workflows/ccpp.yml
@@ -14,6 +14,7 @@ jobs:
14
- esp32:esp32:esp32doit-devkit-v1
15
- STM32:stm32:GenF1:pnum=BLUEPILL_F103C8
16
- STM32:stm32:Nucleo_64:pnum=NUCLEO_F411RE
17
+ - arduino:mbed_rp2040:pico
18
19
include:
20
- arduino-boards-fqbn: arduino:avr:uno
@@ -26,6 +27,9 @@ jobs:
26
27
28
- arduino-boards-fqbn: arduino:samd:nano_33_iot
29
sketch-names: nano33IoT_velocity_control.ino, smartstepper_control.ino
30
+
31
+ - arduino-boards-fqbn: arduino:mbed_rp2040:pico
32
+ sketch-names: open_loop_position_example.ino
33
34
- arduino-boards-fqbn: esp32:esp32:esp32doit-devkit-v1
35
platform-url: https://dl.espressif.com/dl/package_esp32_index.json
0 commit comments