No description
Find a file
2025-07-13 22:08:29 +01:00
.cargo Initial commit 2025-07-12 14:20:37 +01:00
examples Added snake example 2025-07-13 21:27:21 +01:00
src Remove comment 2025-07-13 19:22:38 +01:00
.gitignore Initial commit 2025-07-12 14:20:37 +01:00
Cargo.lock Added snake example 2025-07-13 21:27:21 +01:00
Cargo.toml Add description and license for publishing to crates.io 2025-07-13 22:08:29 +01:00
readme.md Add readme 2025-07-12 15:57:23 +01:00
rust-toolchain.toml Initial commit 2025-07-12 14:20:37 +01:00

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>