3rd year group project. Electronic and Electrical Engineering. Heriot-Watt University. This is the code for the mbed for the Automatic Little Object Organiser (ALOO).

Dependencies:   MCP23017 TCS3472_I2C WattBob_TextLCD mbed

globals.cpp

Committer:
dreamselec
Date:
2015-11-16
Revision:
6:98fe30430194
Parent:
4:4eebb4de22a7
Child:
7:b6e31bfdb2af

File content as of revision 6:98fe30430194:

#include "globals.h"
//#include "mbed.h"
//#include "MCP23017.h"

int BaudRate = 19200;
//SerialBase gParity = SerialBase::None;
int gStopBits = 1;