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.
- Host: GitHub
- URL: https://github.com/chinmay-esp/led_switch_interfacing
- Owner: Chinmay-ESP
- Created: 2024-12-19T13:31:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T13:34:15.000Z (over 1 year ago)
- Last Synced: 2025-05-21T09:11:54.620Z (about 1 year ago)
- Topics: cpp, esp32, espidf
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**LED and Switch Interfacing with ESP32**