Releases: StefanHerald/SimpleTiming
Release list
changed all names to SimpleTiming
v0.5.0 changed the names to SimpleTiming
added _getID()
simply added a helper function which makes it less likely for the Timing library to delete the wrong timer, if you have installed more than 255 timers during the run time
Made some small changes
Removed useless trims. A bug seems to sometimes occur to the very first item of the array, where it is set to 0. I do not know why and Serial cannot tell me.
onRemove functions
Added onRemove functions to the structs used to create the list. This should allow for more functionality. Also added functions to remove without triggering the onRemove of the timers.
fixed an issue with the 'infinte' timer
The timer is now truly infinite. Accidentally checked for 0 as well, meaning the only time it would not count it, was if repeats was both 255 and 0.
small change
changed _Change such that it is crash safe when a timer removes either itself or another timer.
releasing my simply library made for a project at uni
A simple timing structure, to create non-blocking timers which can be erased by themselves, using the listLib library of Luis Llamas.