daisy 0.4.1

A board support package for the Electro-Smith Daisy Seed and Patch SM
docs.rs failed to build daisy-0.4.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: daisy-0.1.0

Daisy

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

This project was forked from antoinevg/daisy_bsp.

Supported boards

Currently this library supports following boards:

Select the board by using its respective feature.

API stability

I am still trying to figure out a good API for the project. Expect it to change. To mitigate breakage of your code on library update, use macros defined under board.rs to initialize resources whenever possible.

Flash an example

make flash WHAT=blinky BOARD=seed_1_1

Razor

  • This library aims to abstract all peripherals that are available on Daisy.
  • This library will not abstract anything that is not on Daisy, e.g. pots, SD cards, MIDI, ...

License

This library is distributed under the terms of the MIT license. See LICENSE for details.

Changelog

Read the CHANGELOG.md to learn about changes introduced in each release.

Versioning

See VERSIONING.md to find detailed information about versioning of the project.