Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ffef53f

Browse files
committedFeb 21, 2020
[CI] Add default example
Build BareMinimum for all selected target Signed-off-by: Frederic Pillon <[email protected]>
1 parent dd34136 commit ffef53f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
 
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
void setup() {
2+
// put your setup code here, to run once:
3+
4+
}
5+
6+
void loop() {
7+
// put your main code here, to run repeatedly:
8+
9+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The bare minimum of code needed to start an Arduino sketch.

0 commit comments

Comments
 (0)
Please sign in to comment.