Delay library without using delay() function. So, the AVR microcontroller can multitask!
obj: object of Delay class.
Returns nothing.
function: The user function name which will be executed.
interval: Time interval (in milliseconds).
Returns nothing.