IOT Cooler that has an integrated MP3 Player attached

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

Committer:
anevil14
Date:
Fri May 01 16:52:11 2015 +0000
Revision:
0:16db2db8886d
IOT Cooler Code

Who changed what in which revision?

UserRevisionLine numberNew contents of line
anevil14 0:16db2db8886d 1 #ifndef SystemState_H
anevil14 0:16db2db8886d 2 #define SystemState_H
anevil14 0:16db2db8886d 3 enum SystemState
anevil14 0:16db2db8886d 4 {
anevil14 0:16db2db8886d 5 stop = 0,
anevil14 0:16db2db8886d 6 play_state,
anevil14 0:16db2db8886d 7 Need_SD
anevil14 0:16db2db8886d 8 };
anevil14 0:16db2db8886d 9
anevil14 0:16db2db8886d 10 #endif