Richard Ellingworth / Mbed 2 deprecated GameduinoTest

Dependencies:   Gameduino mbed CommonTypes

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 /*
00002  * SOURCE FILE : main.cpp
00003  *
00004  * Test program for a Gameduino.
00005  *
00006  */
00007 
00008 #include "mbed.h"
00009 #include "GameduinoTest.h"
00010 
00011 /****************/
00012 /* MAIN PROGRAM */
00013 /****************/
00014 int main() {
00015     GameduinoTest test;
00016     test.Run();
00017     return 0;
00018 }