Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.12 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.12 KB

daisy-embassy

This crate is designed to write an async audio application on Daisy Seed with Embassy.

I have referred to the following:

Supported Daisy

  • Daisy Seed 1.1(rev5, with WM8731)
  • Daisy Seed 1.2(rev7, with PCM3060)

not yet support Daisy Seed(with AK4556), Daisy Patch SM.

Run Examples

The first thing we'd like you to do is to run one of the examples on your Daisy board.

Prerequisites

You can choose your preferred toolset to run the examples, but we recommend you to install probe-rs

Which Daisy Board You Have?

  • If you have rev5, it's defaulted.So you don't have to care about options.
  • If you have rev7, add --features=seed_1_2 --no-default-features option each time you run an example.

Choose an Example You Want to Run

You can run examples with cargo run --example <example_name>.