Skip to content

Commit

Permalink
nudge fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dicklessgreat committed Sep 11, 2024
1 parent 98e512c commit b38fa9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# daisy_embassy

This crate is designed for [daisy seed](https://electro-smith.com/products/daisy-seed) with [embassy](https://github.com/embassy-rs/embassy).
This crate is designed to write an `async` audio application on [Daisy Seed](https://electro-smith.com/products/daisy-seed) with [Embassy](https://github.com/embassy-rs/embassy).

I have referred to the following:

Expand Down Expand Up @@ -29,6 +29,6 @@ You can choose your preferred toolset to run the examples, but we recommend you
- 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 a Example You Want to Run
### Choose an Example You Want to Run

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

0 comments on commit b38fa9e

Please sign in to comment.