15 #ifndef __NEXHARDWARE_H__ 16 #define __NEXHARDWARE_H__ 18 #include "NexConfig.h" 50 bool recvRetNumber(uint32_t *number, uint32_t timeout = 100);
51 uint16_t recvRetString(
char *buffer, uint16_t len, uint32_t timeout = 100);
52 void sendCommand(
const char* cmd);
53 bool recvRetCommandFinished(uint32_t timeout = 100);
Definition: NexTouch.h:53
void nexLoop(NexTouch *nex_listen_list[])