Skip to content

Commit

Permalink
Add async I2C implementation (#119)
Browse files Browse the repository at this point in the history
* Added embedded_hal_async implementation for I2c
* Added table to README with support status
  • Loading branch information
asasine committed May 26, 2024
1 parent 4b702c5 commit 2219ed2
Show file tree
Hide file tree
Showing 2 changed files with 333 additions and 14 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,17 @@ me know.

## Status

- [x] I²C
- [x] SPI
- [x] No-op delay
- [x] Actual delay
- [x] Serial
- [ ] RNG
- [x] I/O pins (including PWM)
- [x] ADC
- [x] Timers (with `embedded-time` Cargo feature)
- [ ] ...
| Feature | embedded-hal | embeded-hal-async |
|---------------------------------------------|--------------|-------------------|
| I²C |||
| SPI |||
| No-op delay |||
| Actual delay |||
| Serial || - |
| RNG | - | - |
| I/O pins (including PWM) || - |
| ADC || - |
| Timers (with `embedded-time` Cargo feature) || - |

Pull requests for more mock implementations are welcome! :)

Expand Down
Loading

0 comments on commit 2219ed2

Please sign in to comment.