Get a dummy keyboard working

This commit is contained in:
2023-03-05 21:16:59 +01:00
parent 83af700325
commit 06a47b7a2c
13 changed files with 1782 additions and 156 deletions

19
run Executable file
View File

@ -0,0 +1,19 @@
#!/bin/sh
set -e
cargo run
printf "waiting for serial log"
SERIAL=/dev/ttyACM0
while [ ! -e $SERIAL ]
do
printf "."
sleep 1
done
echo
sleep 1
cat $SERIAL