diff --git a/06-joystick/README.md b/06-joystick/README.md index b6891aa..654e75e 100644 --- a/06-joystick/README.md +++ b/06-joystick/README.md @@ -54,9 +54,14 @@ For example, here is the Freenove ESP32-S3 WROOM pinout from Freenove, the manuf
Freenove ESP32-S3 WROOM pinout
-And here is some of the pin reference documentation from Espressif on the ESP32-S3 chip itself that lives on the devboard +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 pin names +Espressif ESP32-S3 pin functions +
-
Espressif ESP32-S3 pinout
## WS2812s diff --git a/06-joystick/esp32s3pinfunctions.png b/06-joystick/esp32s3pinfunctions.png new file mode 100644 index 0000000..eac8d55 Binary files /dev/null and b/06-joystick/esp32s3pinfunctions.png differ diff --git a/06-joystick/esp32s3pinnames.png b/06-joystick/esp32s3pinnames.png new file mode 100644 index 0000000..1f84ae8 Binary files /dev/null and b/06-joystick/esp32s3pinnames.png differ