mp3
Diff: player.h
- Revision:
- 3:94b538ace77a
- Parent:
- 2:a59255e80c0d
- Child:
- 4:5b1bd3cca8dc
diff -r a59255e80c0d -r 94b538ace77a player.h --- a/player.h Sat Dec 09 15:07:27 2017 +0000 +++ b/player.h Sun Dec 10 07:14:12 2017 +0000 @@ -8,17 +8,6 @@ PS_PLAY, // Start to player } playerStatetype; -/** Control states definations. */ -volatile typedef enum -{ - CS_EMPTY = 0, // Have no control - CS_PLAYPAUSE, // Play/pause button pressed - CS_RECORDING, // Play/pause button long pressed - CS_UP, // Up button pressed - CS_DOWN, // Down button pressed - CS_NEXT, // Right button pressed - CS_PREV, // Left button pressed -} ctrlStatetype; class Player {