Added keyboard_test example

This commit is contained in:
ZacJW 2025-07-13 19:22:28 +01:00
parent 4853df4cc9
commit 15c7b0ef1e
4 changed files with 150 additions and 0 deletions

View file

@ -0,0 +1,11 @@
# keyboard_test example
This is a simple test of the cardputer's keyboard. It logs key presses and releases over the USB serial.
## Run this example
With this repo cloned, run the following from either the root or this directory:
```shell
cargo espflash flash --release --package keyboard_test --monitor
```