IOT Cooler that has an integrated MP3 Player attached

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

SystemState.h

Committer:
anevil14
Date:
2015-05-01
Revision:
0:16db2db8886d

File content as of revision 0:16db2db8886d:

#ifndef SystemState_H
#define SystemState_H
enum SystemState
{
    stop = 0,
    play_state,
    Need_SD
};

#endif