We are going to win! wohoo

Dependencies:   mbed mbed-rtos

main.cpp

Committer:
madcowswe
Date:
2012-11-14
Revision:
9:08552997b544
Parent:
6:5a52c046d8f7

File content as of revision 9:08552997b544:

#include "mbed.h"
#include "globals.h"

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);
}