add new hardware peripheral
This commit is contained in:
@@ -6,9 +6,9 @@ Each example is its own Cargo package.
|
||||
|
||||
- `blinky-basic` - simple delay, simple LED ownership story
|
||||
- `blinky-timer` - periodic blink with a timer abstraction
|
||||
- `button-input` - poll `PA0`, mirror state to `PC13`, log transitions
|
||||
- `button-input` - poll the center button on `PA8`, mirror state to `PC13`, log transitions
|
||||
- `embassy-blinky` - minimal Embassy executor and async blink
|
||||
- `embassy-button` - minimal Embassy polling loop for `PA0`
|
||||
- `embassy-button` - minimal Embassy polling loop for the center button on `PA8`
|
||||
|
||||
## Build One Example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user