Hi all, I've seen below code for sending a string to output device: void displayText(uint8_t *p) { while(*p !='\0')writeData(*(p++)); } from...
Separate names with a comma.