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

Revision:
32:9a4046224b11
Parent:
24:02c61793f90b
diff -r 16e056b9f9e0 -r 9a4046224b11 commander.h
--- a/commander.h	Thu Dec 03 15:50:14 2015 +0000
+++ b/commander.h	Thu Dec 17 17:23:24 2015 +0100
@@ -1,6 +1,9 @@
 //
 // commander.h
 // Created by Chandan Siyag on 14/11/2015.
+//
+// Parses and executes commands received from the PC.
+//
 
 #include "globals.h"