mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2025-01-23 10:30:02 +00:00
6 lines
116 B
C
6 lines
116 B
C
void comando_dir(byte cmd) {
|
|
send_byte_to_MCU(cmd);
|
|
if(TIMEOUT) return;
|
|
print_string_response();
|
|
}
|