Skip to content

Commit

Permalink
Added table to README with support status
Browse files Browse the repository at this point in the history
  • Loading branch information
asasine committed May 22, 2024
1 parent 45caa90 commit c27d2af
Showing 1 changed file with 11 additions and 10 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

0 comments on commit c27d2af

Please sign in to comment.