Skip to content

Commit 1ec4bde

Browse files
committed
Create Game.cpp
1 parent 4adf7bf commit 1ec4bde

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

firmware/examples/Game.cpp

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#include "InternetButton/InternetButton.h"
2+
#include "Simon/Simon.h"
3+
4+
Simon s = Simon();
5+
6+
void setup() {
7+
s.setup();
8+
}
9+
10+
void loop() {
11+
s.loop();
12+
}

0 commit comments

Comments
 (0)