Search found 1 match

by xbastonix
Sat Mar 18, 2023 8:08 am
Forum: ESP32 Arduino
Topic: Can I attach multiple alarms to one Timer?
Replies: 1
Views: 1836

Can I attach multiple alarms to one Timer?

The ESP32 features 4 64-Bit timers, each with a 16-Bit prescaler and lots of different options for timer configuration. So far so good. As I understand it i can only attach one ISR (which is called when a certain alarm value is reached by the timer) to each timer. As i have worked with AVR Microcont...