From 30b67b58c49d88ed768887413c4efb6baa9edd21 Mon Sep 17 00:00:00 2001 From: bjoernQ Date: Wed, 23 Feb 2022 11:44:46 +0100 Subject: [PATCH] Update README.md to reflect the implementation status of GPIO on ESP32S2/ESP32S3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5bcffadd..ca864a82a 100644 --- a/README.md +++ b/README.md @@ -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