Crates.io | qt_py_m0 |
lib.rs | qt_py_m0 |
version | 0.10.1 |
source | src |
created_at | 2022-01-10 22:19:43.96895 |
updated_at | 2024-10-18 20:25:22.934484 |
description | Board Support crate for the Adafruit QT Py |
homepage | |
repository | https://github.com/atsamd-rs/atsamd |
max_upload_size | |
id | 511924 |
size | 28,555 |
This crate provides a type-safe API for working with the Adafruit QT Py board.
rustup target add thumbv6m-none-eabi
Check out the repository for examples:
[https://github.com/atsamd-rs/atsamd/tree/master/boards/qt_py_m0/examples][]
cd boards/qt_py_m0
$ cargo hf2 --release --example neopixel
Compiling qt_py_m0 v0.9.0 (/home/gkelly/p/atsamd/boards/qt_py_m0)
Finished release [optimized] target(s) in 0.48s
Searching for a connected device with known vid/pid pair.
Trying Ok(Some("Adafruit Industries")) Ok(Some("QT Py M0"))
Flashing "/home/gkelly/p/atsamd/boards/qt_py_m0/target/thumbv6m-none-eabi/release/examples/neopixel"
Finished in 0.172s