A library for scheduling events on a microcontroller. Calls event callbacks from inside an idle function at specific times using a tick function called at a fixed interval as its timing source.
asm := CLR_LoadLibrary("MicroTimer\MicroTimer.dll") ; Use CLR to instantiate a class from within the DLL mt := asm.CreateInstance("MicroTimer") ...