Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: RA8875 VS1053 sd-driver-hs
variables.h
- Committer:
- Hagrid
- Date:
- 2018-03-13
- Revision:
- 3:a60dc00bf3a2
- Parent:
- 0:86f82f777a7a
File content as of revision 3:a60dc00bf3a2:
#define command_count 12
char input[500];
int position;
char* tmpE[20];//split field
int tmpD=0;
uint8_t cpu_usage = 0;
char commands[command_count+1][20] =
{
{'m', 'k', 'd', 'i', 'r', '\0'},
{'r', 'm', '\0'},
{'l', 's', '\0'},
{'c', 'l', 's', '\0'},
{'i', 'n', 'f', 'o', '\0'},
{'e', 'd', 'i', 't', '\0'},
{'s', 'l', 'e', 'e', 'p', '\0'},
{'g', 'p', 'i', 'o', '\0'},
{'b', 'a', 'c', 'k', 'l', 'i', 'g', 'h', 't', '\0'},
{'p', 'l', 'a', 'y', '\0'},
{'c', 'd', '\0'},
{'h', 'e', 'l', 'p', '\0'},
{' '}
};//command field
unsigned char array[25*1024];
char adir[50] = "/fs/"; //home fS path
char apath[50] = "/fs/"; //home path