1

Dependents:   FINAL joystick

music.cpp

Committer:
nappy009
Date:
2016-12-05
Revision:
0:e0e398cab8e8

File content as of revision 0:e0e398cab8e8:

struct Cluster{
    char _like[5];
    char _dislike[5];
    char _isSkip[5];
    char _songName[200];
    char _album[50];
};
typedef struct Cluster cluster;
cluster dataCollection[25];
cluster *cp;
    char currentSong = -1;
    char currentEmotion = 0;
    char songList[100];