2022-02-11 14:48:53 +01:00

6 lines
116 B
C

void comando_dir(byte cmd) {
send_byte_to_MCU(cmd);
if(TIMEOUT) return;
print_string_response();
}