apple1-videocard-lib/demos/sdcard/cmd_pwd.h

9 lines
140 B
C
Raw Permalink Normal View History

2022-02-15 16:44:20 +00:00
void comando_pwd() {
// send command byte
send_byte_to_MCU(CMD_PWD);
if(TIMEOUT) return;
print_string_response();
return;
}