daisy_bsp

Crates.iodaisy_bsp
lib.rsdaisy_bsp
version0.5.1
sourcesrc
created_at2020-10-29 14:25:24.952494
updated_at2022-09-23 09:30:04.239226
descriptionA board support package for the Electro-Smith Daisy Seed
homepage
repositoryhttps://github.com/antoinevg/daisy_bsp
max_upload_size
id306656
size118,291
(antoinevg)

documentation

https://github.com/antoinevg/daisy_bsp/wiki

README

daisy_bsp

Rust no_std, embedded_hal board support package for the Electro-Smith Daisy Seed.

Getting Started

cargo install cargo-generate

cargo generate \
    --git https://github.com/antoinevg/hello-daisy \
    --name hello-daisy

Discussion

https://forum.electro-smith.com/t/rust-starter-for-daisy-seed/

Status

Work in progress.

Examples

Examples can be run with:

cargo run --example <example_name>

Callbacks in the audio examples can take the form of either function pointers or closures.

To make use of closures, you will need to activate the alloc feature and compile with rust nightly.

For example:

cargo +nightly run --example audio_midi --features="alloc, uses_num"
Commit count: 76

cargo fmt