No description
| .cargo | ||
| examples | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| readme.md | ||
| rust-toolchain.toml | ||
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:
git clone https://forgejo.zacjw.com/zac/cardputer-bsc-nostd.git
cd cardputer-bsc-nostd
cargo espflash flash --release --package <name-of-example>