Skip to content

Commit 7951154

Browse files
committed
added Edge Control Core
1 parent 62264ce commit 7951154

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/compile-examples.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
sketch-paths: |
4949
- examples/Dual Core Processing/BlinkGreenLed_M4
5050
51+
- fqbn: arduino:mbed_edge:edge_control
52+
sketch-paths: |
53+
- examples/Edge Control Getting Started
54+
5155
steps:
5256
- name: Checkout
5357
uses: actions/checkout@v2
@@ -62,6 +66,7 @@ jobs:
6266
- source-path: ./
6367
# Install library dependencies.
6468
- name: ArduinoBLE
69+
- name: Arduino_EdgeControl
6570
6671
sketch-paths: |
6772
# Sketches to compile for all boards

0 commit comments

Comments
 (0)