Added keyboard_test example
This commit is contained in:
parent
4853df4cc9
commit
15c7b0ef1e
4 changed files with 150 additions and 0 deletions
11
examples/keyboard_test/readme.md
Normal file
11
examples/keyboard_test/readme.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue