Machine Vision Status TCP Server

Dependencies:   C12832 EthernetInterface mbed-rtos mbed ConfigFile

Indication.h

Committer:
dwini
Date:
2015-06-15
Revision:
9:60ce5e733ea6
Parent:
7:23c8d34000eb

File content as of revision 9:60ce5e733ea6:

#ifndef INDICATION_HEADER
#define INDICATION_HEADER

enum Indication { OK, FAIL, CLEAR };

#endif