We are going to win! wohoo

Dependencies:   mbed mbed-rtos

Committer:
madcowswe
Date:
Wed Nov 14 16:49:10 2012 +0000
Revision:
6:5a52c046d8f7
Parent:
0:92019d8564a7
Child:
9:08552997b544
1st Compiling of project sucessful.; Encoders stubbed.; Nothing is instansiated in main.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
madcowswe 0:92019d8564a7 1 #include "mbed.h"
madcowswe 6:5a52c046d8f7 2 #include "globals.h"
madcowswe 0:92019d8564a7 3
madcowswe 6:5a52c046d8f7 4 bool Colour = 1; // 1 for red, 0 for blue
madcowswe 6:5a52c046d8f7 5 pos beaconpos[] = {{3000, 1000},{0,0}, {0,2000}}; //predefined red start
madcowswe 0:92019d8564a7 6
madcowswe 0:92019d8564a7 7 int main() {
madcowswe 6:5a52c046d8f7 8 while(1);
madcowswe 0:92019d8564a7 9 }