TVZ Mechatronics Team / Mbed 2 deprecated SimonSays

Dependencies:   PinDetect mbed beep

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "mbed.h"
00002 #include "Simon.h"
00003 
00004 int main() {
00005     Simon simon;
00006     simon.gameStart(1);
00007 }