Skip to content

manzarehassin/Delay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delay

Delay library without using delay() function. So, the AVR microcontroller can multitask!

Initialize:

Delay obj ();

obj: object of Delay class.

Returns nothing.

The Method

delay_(function, interval);

function: The user function name which will be executed.

interval: Time interval (in milliseconds).

Returns nothing.

About

Delay without delay(). So, AVR microcontroller can multitask.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages