Add readme
This commit is contained in:
parent
9e1b9b8957
commit
3e08c59389
1 changed files with 13 additions and 0 deletions
13
readme.md
Normal file
13
readme.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# cardputer-bsc-nostd
|
||||
|
||||
A `no_std` board support crate for the m5stack cardputer.
|
||||
|
||||
## Examples
|
||||
|
||||
The `examples` directory contains small example crates that use `cardputer-bsc-nostd`. You can build and flash an example to your cardputer using the following commands:
|
||||
|
||||
```shell
|
||||
git clone https://forgejo.zacjw.com/zac/cardputer-bsc-nostd.git
|
||||
cd cardputer-bsc-nostd
|
||||
cargo espflash flash --release --package <name-of-example>
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue