Search found 2 matches

by Buleste
Sat Jan 23, 2021 6:36 pm
Forum: ESP32 Arduino
Topic: ESP32 Arduino Timer commands
Replies: 2
Views: 3314

Re: ESP32 Arduino Timer commands

I have the ticker library but the documentation on it's usage is sparse at best so I don't know if it will actually do the job I want it to.
by Buleste
Fri Jan 22, 2021 1:46 am
Forum: ESP32 Arduino
Topic: ESP32 Arduino Timer commands
Replies: 2
Views: 3314

ESP32 Arduino Timer commands

I'm trying to convert a project from Arduino Nano/Uno to ESP32 but I've hit a bit of a brick wall with timers. I'm trying to find the equivalent commands to Arduino TimerOne but on the ESP32 using either the TimerInterrupt library or just raw code. Timer1.initialize(period); Timer1.attachInterrupt(w...