USB_Host_Shield_2.0
|
Go to the source code of this file.
Macros | |
#define | LOBYTE(x) ((char*)(&(x)))[0] |
#define | HIBYTE(x) ((char*)(&(x)))[1] |
#define | BUFSIZE 256 |
Variables | |
const char Gen_Error_str[] | PROGMEM = "\r\nRequest error. Error code:\t" |
#define BUFSIZE 256 |
#define HIBYTE | ( | x | ) | ((char*)(&(x)))[1] |
#define LOBYTE | ( | x | ) | ((char*)(&(x)))[0] |
const char Unk_Contents_str [] PROGMEM = "\r\nRequest error. Error code:\t" |