diff --git a/06-joystick/README.md b/06-joystick/README.md index 1051df6..d15766b 100644 --- a/06-joystick/README.md +++ b/06-joystick/README.md @@ -56,9 +56,9 @@ For example, here is the Freenove ESP32-S3 WROOM pinout from Freenove, the manuf And here is some of the pin reference documentation from Espressif on the ESP32-S3 chip itself that lives on the devboard (click each image for higher resolution - this can alos be found in chapter 2 of the datasheet from Espressif). This should tell us that the pins on our devboard aren't on the same place as the ones on the ESP32-S3 itself, they may not even be numbered the same, and the board vendor may not actually choose to expose the entire package. At least the vendor and the chip manufacturer should be using the same *names* for the pins (`GPIOxx` for example) so we can cross reference them. -Espressif ESP32-S3 pinout +Espressif ESP32-S3 pinout Espressif ESP32-S3 pin names -Espressif ESP32-S3 pin functions +Espressif ESP32-S3 pin functions
Espressif ESP32-S3 GPIO functions