Search found 1 match
- Wed May 19, 2021 5:12 pm
- Forum: ESP32 Arduino
- Topic: Having an issue with multiple timer interrupts.
- Replies: 0
- Views: 1981
Having an issue with multiple timer interrupts.
Hello, trying to learn more about timers and interrupts i made a small example with DHT22 sensor and LDR resistor. My goal is to measure temperature and light in different intervals. First i made a sketch with one timer and everything worked correctly. After I added a second timer and interrupt for ...