Added support for Control characters and the characters <escape> and "<>{}[]^&%=\"

This commit is contained in:
Bruce Barnett
2022-07-10 10:36:49 -04:00
parent c44f9546e3
commit f27d75ea35
5 changed files with 170 additions and 19 deletions

6
app/Makefile Normal file
View File

@ -0,0 +1,6 @@
# Make it useful for Linux
all: keyboard.c keyboard.h usb.c
cd ../build;make
install: ../build/app/i2c_puppet.uf2
cp ../build/app/i2c_puppet.uf2 /media/${USER}/RPI-RP2