Skip to content
/ easyRun Public
forked from bricoleau/easyRun

Doing sereval things at the same time becomes so easy

License

Notifications You must be signed in to change notification settings

AR17HY/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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.7%
  • C 0.3%