Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 6 days ago
JSON representation

Using a ESP32 HW timer to control a 4-digit LED Display.

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.