26 #if defined(ARDUINO) && ARDUINO >=100
39 while((c = pgm_read_byte(msg++)))
E_Notifyc(c, lvl);
52 #if defined(ARDUINO) && ARDUINO >=100
69 Notify(PSTR(
"\r\ngetDevDescr "), 0x80);
73 Notify(PSTR(
"\r\nsetDevTblEn "), 0x80);
77 Notify(PSTR(
"\r\ngetConf "), 0x80);
81 Notify(PSTR(
"\r\nsetConf "), 0x80);
106 Notify(PSTR(
"\r\nUnknown Device Connected - VID: "), 0x80);
107 D_PrintHex<uint16_t > (VID, 0x80);
108 Notify(PSTR(
" PID: "), 0x80);
109 D_PrintHex<uint16_t > (PID, 0x80);
113 D_PrintHex<uint8_t > (rcode, 0x80);
114 Notify(PSTR(
"\r\n"), 0x80);
void E_NotifyStr(char const *msg, int lvl)
#define NotifyFailGetDevDescr(...)
void E_Notifyc(char c, int lvl)
#define NotifyFailGetConfDescr(...)
#define NotifyFailUnknownDevice(...)
void E_Notify(char const *msg, int lvl)
#define NotifyFailSetConfDescr(...)
#define NotifyFailSetDevTblEntry(...)