backspace works

This commit is contained in:
hugogogo
2025-03-07 17:58:11 +01:00
parent 3140b1a491
commit 91788897b1
3 changed files with 29 additions and 22 deletions

View File

@@ -104,7 +104,8 @@ void uart_tx(char c) {
UDR0 = (unsigned char) c; // 20.11.1 : Put data into buffer, UDRn USART I/O Data Register (read and write)
}
// screen /dev/ttyUSB0 115200
// write Z on serial port, at a !Hz frequency
// `screen /dev/ttyUSB0 115200`
int main() {
uart_init();
while (1) {