Search found 2 matches
- Wed Nov 27, 2024 2:45 pm
- Forum: ESP32 Arduino
- Topic: ESP32 Timer changes
- Replies: 2
- Views: 4432
Re: ESP32 Timer changes
There is a migration guide for 2.X to 3.X
Hello Ibernstone,
thank you for the migration guide link. I didn't know that one yet.
“Guide” is perhaps a somewhat exaggerated formulation.
A list of removed APIs and new APIs would be the more appropriate formulation.
There is no mention of how to ...
- Tue Nov 26, 2024 5:36 pm
- Forum: ESP32 Arduino
- Topic: ESP32 Timer changes
- Replies: 2
- Views: 4432
ESP32 Timer changes
Hello,
i wrote a simple 3 phase pulse-packet-control at the beginning of the year.
I can compile it with board management 2.0.17 but now get compile errors with 3.0.7
It looks like that 4 timer-functions are obsolete or changed?
outputs.ino 362 timerAlarmWrite(hw_timer[1], TRIGGER_ANGLE_PHASE_3 ...
i wrote a simple 3 phase pulse-packet-control at the beginning of the year.
I can compile it with board management 2.0.17 but now get compile errors with 3.0.7
It looks like that 4 timer-functions are obsolete or changed?
outputs.ino 362 timerAlarmWrite(hw_timer[1], TRIGGER_ANGLE_PHASE_3 ...