An open API service indexing awesome lists of open source software.

https://github.com/chinmay-esp/led_switch_interfacing

This repository demonstrates how to control an LED using a switch on an ESP32 microcontroller. It uses ESP-IDF, FreeRTOS, and C++ to toggle an LED based on the state of a GPIO input configured as a pull-up switch.
https://github.com/chinmay-esp/led_switch_interfacing

cpp esp32 espidf

Last synced: 24 days ago
JSON representation

This repository demonstrates how to control an LED using a switch on an ESP32 microcontroller. It uses ESP-IDF, FreeRTOS, and C++ to toggle an LED based on the state of a GPIO input configured as a pull-up switch.

Awesome Lists containing this project

README

          

**LED and Switch Interfacing with ESP32**