欧博官网[Solved] Timer.h
you are probably right.
I come back on post because of this:
I thought that "timers" in general use the ...timers (hardware). But as I see on this lib, it uses millis(). So it brings the question:
what happens in millis() overload (rollover)? Follows part of the lib:
Since this lib "keeps" the millis of last event, how it compares with new millis after rollover?
As you understand I need a hardware timer (counting clock ticks). Millis() makes demanding to ckeck if "old value" is smaller than millis() value (normal run from start until rollover) or greater (1st time after rollover) before any compare.
2026-01-03 14:44 点击量:2