IOT Cooler that has an integrated MP3 Player attached

Dependencies:   4DGL-uLCD-SE PinDetect SDFileSystem mbed wave_player

Revision:
0:16db2db8886d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SystemState.h	Fri May 01 16:52:11 2015 +0000
@@ -0,0 +1,10 @@
+#ifndef SystemState_H
+#define SystemState_H
+enum SystemState
+{
+    stop = 0,
+    play_state,
+    Need_SD
+};
+
+#endif
\ No newline at end of file