Skip to content

Version 0.3.0

Compare
Choose a tag to compare
@mairas mairas released this 11 Dec 11:32
· 79 commits to master since this release

Internal time tracking is now on a microsecond accuracy. New methods have been added to create microsecond-scale timed events.

Interrupt reactions now call the callback as the ISR. This means that the callback should be as short as possible and the callback function should be defined with the ICACHE_RAM_ATTR attribute.