We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
west blobs fetch
1 parent a1466c1 commit 2b822a5Copy full SHA for 2b822a5
2 files changed
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Initialize
39
run: |
40
git clone https://github.com/arduino/ArduinoCore-API.git $MODULE_PATH/../ArduinoCore-API
41
- cp -rfp $MODULE_PATH/../ArduinoCore-API/api $MODULE_PATH/cores/arduino/
+ west blobs fetch arduinocore-zephyr
42
43
- name: Build fade
44
samples/blinky_arduino/src/main.cpp
@@ -16,4 +16,6 @@ void loop() {
16
delay(SLEEP_TIME_MS);
17
digitalWrite(LED_BUILTIN, LOW);
18
19
-}
+
20
+ makeWord(1);
21
+}
0 commit comments