mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2025-08-19 01:27:27 +00:00
6 lines
112 B
C
6 lines
112 B
C
void comando_dir() {
|
|
send_byte_to_MCU(CMD_DIR);
|
|
if(TIMEOUT) return;
|
|
print_string_response();
|
|
}
|