Skip to content

bricoleau/easyRun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyRun for Arduino

Doing sereval things at the same time becomes so easy !

EasyRun is a kind of light scheduler, provided with a lot of basic classes : tasks, state machines, buttons, ...

Functions does not interrupt each other : YOU SHOULD NOT KEEP DELAY(...) IN YOUR CODE.

Classes such asyncTask will help you to suppress delays without using millis()

Supported Hardware
  • any arduino compatible card
Required Libraries
  • none
How to use it ?
  • A lot of examples are provided as tutorials
  • Loading and running any of them will show you how to use this library

About

Doing sereval things at the same time becomes so easy

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published