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-10-30
Revision:
2:7a55cb10259f
Child:
3:843b830ee8bd

File content as of revision 2:7a55cb10259f:

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

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

char gCommandTerminator = ';';