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 b7c6638 commit 9e81c2cCopy full SHA for 9e81c2c
.github/workflows/arduino_mbed.yml
@@ -18,13 +18,17 @@ jobs:
18
arduino-boards-fqbn:
19
- arduino:mbed:giga # arudino giga
20
- arduino:mbed:nanorp2040connect # arduino nano rp2040 connect
21
+ - arduino:mbed:nano33ble # arduino nano 33 ble
22
- arduino:mbed:portenta # arduino portenta
23
24
include:
25
- arduino-boards-fqbn: arduino:mbed:nanorp2040connect
26
sketch-names: open_loop_position_example.ino
27
+
28
+ - arduino-boards-fqbn: arduino:mbed:nano33ble
29
+ sketch-names: open_loop_position_example.ino
30
- - arduino-boards-fqbn: arduino:mbed:portenta
31
+ - arduino-boards-fqbn: arduino:mbed:envie_m7
32
33
34
- arduino-boards-fqbn: arduino:mbed:giga
0 commit comments