Skip to content

Commit

Permalink
Keep flashing example in prominent place
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Horacek <[email protected]>
  • Loading branch information
phoracek committed Sep 28, 2023
1 parent 856542e commit 0a9768f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ Currently this library supports following boards:

Select the board by using its respective feature.

# Flashing an example

``` sh
make flash WHAT=blinky BOARD=seed_1_1
```

# API stability

I am still trying to figure out a good API for the project. Expect it to change.
Expand All @@ -34,12 +40,6 @@ Make sure to use compatible versions in your `Cargo.toml`.
| `0.2`-`0.7` | `0.12` |
| `0.1` | `0.11` |

# Flashing an example

``` sh
make flash WHAT=blinky BOARD=seed_1_1
```

# Razor

* This library aims to abstract all peripherals that are available on Daisy.
Expand Down

0 comments on commit 0a9768f

Please sign in to comment.