We are going to win! wohoo

Dependencies:   mbed mbed-rtos

globals.h

Committer:
xiaxia686
Date:
2012-11-14
Revision:
3:8c78c15a92e3
Parent:
1:6799c07fe510

File content as of revision 3:8c78c15a92e3:

#ifndef GLOBALS_H
#define GLOBALS_H

#include "mbed.h"
#define PI 3.14159265


#define ROBOT_PRIMARY


#ifdef ROBOT_PRIMARY
// Secondary defs go here
#else
// Primary defs go here
#endif


#endif