cardputer-bsc-nostd/examples/keyboard_test/readme.md

12 lines
312 B
Markdown
Raw Permalink Normal View History

2025-07-13 19:22:28 +01:00
# 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
```