11 lines
312 B
Markdown
11 lines
312 B
Markdown
# 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
|
|
```
|