Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassoares committed Oct 18, 2018
1 parent e2d29b5 commit 8ce28db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Arduino/app.ino
@@ -0,0 +1,7 @@
void setup(){
Serial.begin(9600);
}

void loop(){
Serial.println("Hello World");
}

0 comments on commit 8ce28db

Please sign in to comment.