We are going to win! wohoo

Dependencies:   mbed mbed-rtos

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "mbed.h"
00002 #include "globals.h"
00003 
00004 bool Colour = 1; // 1 for red, 0 for blue
00005 pos beaconpos[] = {{3000, 1000},{0,0}, {0,2000}}; //predefined red start
00006 
00007 //note that nothing is running as of now.
00008 int main() {
00009     while(1);
00010 }