Add parallel port comms to arduino

This commit is contained in:
2025-09-29 18:48:11 +02:00
parent 8b434f4434
commit e20b09f130
6 changed files with 485 additions and 200 deletions

5
arduino/kbd/kbd.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
void sendAsciiChar(int c);
void setupKbd();
void checkKbdReset();