Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Gameduino mbed CommonTypes
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 }
Generated on Sun Jul 31 2022 01:31:22 by
1.7.2