mirror of
https://github.com/grymoire/i2c_puppet-Linux.git
synced 2025-07-27 19:29:45 +02:00
Added support for Control characters and the characters <escape> and "<>{}[]^&%=\"
This commit is contained in:
6
app/Makefile
Normal file
6
app/Makefile
Normal 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
|
||||
|
Reference in New Issue
Block a user