We are going to win! wohoo

Dependencies:   mbed mbed-rtos

Files at this revision

API Documentation at this revision

Comitter:
madcowswe
Date:
Wed Nov 14 17:15:53 2012 +0000
Parent:
7:88753d0ad4ca
Commit message:
Added an important comment

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Nov 14 17:11:12 2012 +0000
+++ b/main.cpp	Wed Nov 14 17:15:53 2012 +0000
@@ -4,6 +4,7 @@
 bool Colour = 1; // 1 for red, 0 for blue
 pos beaconpos[] = {{3000, 1000},{0,0}, {0,2000}}; //predefined red start
 
+//note that nothing is running as of now.
 int main() {
     while(1);
 }