We are going to win! wohoo

Dependencies:   mbed mbed-rtos

main.cpp

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

File content as of revision 6:5a52c046d8f7:

#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

int main() {
    while(1);
}