Skip to content

Dicklessgreat/daisy-embassy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages