Rust no_std
, embedded_hal
board support package for the Electro-Smith Daisy
platform.
This project was forked from antoinevg/daisy_bsp.
Currently this library supports following boards:
seed
seed_1_1
patch_sm
Select the board by using its respective feature.
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.
sh
make flash WHAT=blinky BOARD=seed_1_1
This library is distributed under the terms of the MIT license. See LICENSE for details.
Read the CHANGELOG.md to learn about changes introduced in each release.
See VERSIONING.md to find detailed information about versioning of the project.