Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahtol/timerinterrupt0
Using a ESP32 HW timer to control a 4-digit LED Display.
https://github.com/rahtol/timerinterrupt0
esp32 esp32-arduino platformio vscode
Last synced: 2 months ago
JSON representation
Using a ESP32 HW timer to control a 4-digit LED Display.
- Host: GitHub
- URL: https://github.com/rahtol/timerinterrupt0
- Owner: rahtol
- Created: 2024-08-17T13:54:27.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T15:15:11.000Z (4 months ago)
- Last Synced: 2024-10-10T13:20:36.689Z (2 months ago)
- Topics: esp32, esp32-arduino, platformio, vscode
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using an ESP32 HW timer to control a 4-digit LED Display.
The multiplexing necessary to control the 4-digit LED display is fully interupt-controlled, no polling.
The display is realized as a separate class with somewhat generic interface.The main routine uses another HW timer to implement a 1Hz counter on the display.
Note: this project uses arduino-esp32 library version 2.0.14, i.e. the old timer interface.