├── .github └── FUNDING.yml ├── .gitignore ├── ESP32-Pin-Allocation.xlsx ├── ESP32-S3-DevKitC-1.md ├── ESP32-S3_DevKitM-1.md ├── LICENSE ├── README.md ├── esp32.afdesign ├── esp32.pdf └── esp32.webp /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atomic14/esp32-s3-pinouts/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store -------------------------------------------------------------------------------- /ESP32-Pin-Allocation.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atomic14/esp32-s3-pinouts/HEAD/ESP32-Pin-Allocation.xlsx -------------------------------------------------------------------------------- /ESP32-S3-DevKitC-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atomic14/esp32-s3-pinouts/HEAD/ESP32-S3-DevKitC-1.md -------------------------------------------------------------------------------- /ESP32-S3_DevKitM-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atomic14/esp32-s3-pinouts/HEAD/ESP32-S3_DevKitM-1.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atomic14/esp32-s3-pinouts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atomic14/esp32-s3-pinouts/HEAD/README.md -------------------------------------------------------------------------------- /esp32.afdesign: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atomic14/esp32-s3-pinouts/HEAD/esp32.afdesign -------------------------------------------------------------------------------- /esp32.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atomic14/esp32-s3-pinouts/HEAD/esp32.pdf -------------------------------------------------------------------------------- /esp32.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atomic14/esp32-s3-pinouts/HEAD/esp32.webp --------------------------------------------------------------------------------