Update README.md to reflect the implementation status of GPIO on ESP32S2/ESP32S3

This commit is contained in:
bjoernQ 2022-02-23 11:44:46 +01:00 committed by Jesse Braham
parent ab046efce3
commit 30b67b58c4

View File

@ -32,7 +32,7 @@ For additional updates, please follow along in the [esp-rs channel] on Matrix.
|---|---|---|---|---|
|TIMG|☑|☑|☑|☑|
|UART|☑|☑|☑|☑|
|GPIO|☑|☑|-|-|
|GPIO|☑|☑|☑|☑|
The `DelayMs` and `DelayUs` traits from `embedded-hal` have been implemented
- Uses the `SYSTIMER` peripheral for the **ESP32-C3**, and the built in Xtensa timers for the other chips