Crates.io | circuit_playground_express |
lib.rs | circuit_playground_express |
version | 0.11.1 |
source | src |
created_at | 2019-03-03 00:46:40.445961 |
updated_at | 2024-10-18 20:10:26.957804 |
description | Board Support crate for the Adafruit Circuit Playground Express |
homepage | |
repository | https://github.com/atsamd-rs/atsamd |
max_upload_size | |
id | 118257 |
size | 32,445 |
This crate provides a type-safe API for working with the Adafruit Circuit Playground Express board.
rustup target add thumbv6m-none-eabi
Check out the repository for examples:
https://github.com/atsamd-rs/atsamd/tree/master/boards/circuit_playground_express/examples
cd boards/circuit_playground_express
$ cargo hf2 --release --example blinky_basic
Finished release [optimized + debuginfo] target(s) in 0.19s
Searching for a connected device with known vid/pid pair.
Trying Ok(Some("Adafruit Industries")) Ok(Some("PyBadge"))
Flashing "/Users/User/atsamd/boards/circuit_playground_express/target/thumbv7em-none-eabihf/release/examples/blinky_basic"
Finished in 0.079s
$