micropython programs
- Blink LED in GPIO16 (Built in LED ) in ESP8266 using micropython
- Toggle LED in GPIO16 when a pushbotton is pressed
- ntpdatetime.py -This file generates and prints current time and date set by network through wifi.(verified for ESP32C3 board)
- ntpdatetime_oled.py - prints current time from netork server NTP in oled (SSD1306)
- tm1637 display example - sevenseg.py (library included)
- ADC using PCF8591 - ADCpcf8591.py (library included)