8000 GitHub - useful-esp8266-lib/Task at 97ce777571e0073c5f830c25c20fd9b3ef1ab693
[go: up one dir, main page]

Skip to content

Arduino Nonpreemptive multitasking library. Please refer to the Wiki for more details. Please use the gitter channel to ask questions as the GitHub Issues feature is used for bug tracking.

License

Notifications You must be signed in to change notification settings

useful-esp8266-lib/Task

Repository files navigation

Task

Donate

Arduino Nonpreemptive multitasking library

NOTE: Avoid the use of Delay in all high level code as the tasks timing should be used to replace it.

For bugs, make sure there isn't an active issue and then create one.

For quick questions jump on Gitter and ask away.
Gitter

Documentation

See Wiki

Installing This Library (you just want to use it)

Open the Library Manager and search for "Task by Makuna" and install

Installing This Library From GitHub (you want to contribute)

Create a directory in your Arduino\Library folder named "Task" Clone (Git) this project into that folder.
It should now show up in the import list.

Documentation

See Wiki

About

Arduino Nonpreemptive multitasking library. Please refer to the Wiki for more details. Please use the gitter channel to ask questions as the GitHub Issues feature is used for bug tracking.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%
0