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

Committer:
dreamselec
Date:
Mon Nov 16 18:46:31 2015 +0000
Revision:
7:b6e31bfdb2af
Parent:
6:98fe30430194
Child:
8:e1da2ae62885
Program building with online compiler.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dreamselec 2:7a55cb10259f 1 #include "globals.h"
dreamselec 2:7a55cb10259f 2
dreamselec 7:b6e31bfdb2af 3 int kDefaultBaudRate = 19200;
dreamselec 2:7a55cb10259f 4 //SerialBase gParity = SerialBase::None;
dreamselec 2:7a55cb10259f 5 int gStopBits = 1;
dreamselec 3:843b830ee8bd 6
dreamselec 7:b6e31bfdb2af 7 Block _HazBlock = Block(kDefaultHazBlock);