003 - ESP32 MicroPython: General Purpose Input Output | GPIO Pins
VIDEO DEMONSTRATION CALL TO ACTION If you like this tutorial and you find it useful, please Share it to your friends. Please consider also supporting me by Subscribing. Click this to Subscribe to TechToTinker Youtube channel. SOURCE CODE Example 1 import machine import time led = machine.Pin(2, machine.Pin.OUT) counter = 0 while (counter < 5): […]
Read more 003 - ESP32 MicroPython: General Purpose Input Output | GPIO Pins