Ion Systems / Mbed 2 deprecated Chipin_Main

Dependencies:   MCP23017 TCS3472_I2C WattBob_TextLCD mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Colour.h Source File

Colour.h

00001 /*  Colour
00002  *  An enumerated type to represent the events that can occur in a sort or dispense operation.
00003  */
00004 enum Colour {
00005     RED,
00006     GREEN,
00007     BLUE,
00008     BIN,
00009     RECYCLE,
00010     NONE
00011 };