├── .gitattributes ├── .gitignore ├── ESP32 Pins & Boards.xlsx ├── ESP32_GPIODiscovery └── ESP32_GPIODiscovery.ino ├── ESP32_ModeTest └── ESP32_ModeTest.ino ├── ESP32_OLED_Demo ├── ESP32_OLED_Demo.ino └── images.h └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/ESP32-Board-Test/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/ESP32-Board-Test/HEAD/.gitignore -------------------------------------------------------------------------------- /ESP32 Pins & Boards.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/ESP32-Board-Test/HEAD/ESP32 Pins & Boards.xlsx -------------------------------------------------------------------------------- /ESP32_GPIODiscovery/ESP32_GPIODiscovery.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/ESP32-Board-Test/HEAD/ESP32_GPIODiscovery/ESP32_GPIODiscovery.ino -------------------------------------------------------------------------------- /ESP32_ModeTest/ESP32_ModeTest.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/ESP32-Board-Test/HEAD/ESP32_ModeTest/ESP32_ModeTest.ino -------------------------------------------------------------------------------- /ESP32_OLED_Demo/ESP32_OLED_Demo.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/ESP32-Board-Test/HEAD/ESP32_OLED_Demo/ESP32_OLED_Demo.ino -------------------------------------------------------------------------------- /ESP32_OLED_Demo/images.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SensorsIot/ESP32-Board-Test/HEAD/ESP32_OLED_Demo/images.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # ESP32-Board-Test 2 | Supporting Material to YouTube video https://www.youtube.com/watch?v=3O_vrKAmshA 3 | --------------------------------------------------------------------------------