Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Makuna/Task
Arduino Nonpreemptive multitasking library. Please refer to the Wiki for more details. Please use the GitHub Discussions to ask questions as the GitHub Issues feature is used for bug tracking.
https://github.com/Makuna/Task
Last synced: 4 months ago
JSON representation
Arduino Nonpreemptive multitasking library. Please refer to the Wiki for more details. Please use the GitHub Discussions to ask questions as the GitHub Issues feature is used for bug tracking.
- Host: GitHub
- URL: https://github.com/Makuna/Task
- Owner: Makuna
- License: lgpl-3.0
- Created: 2014-11-05T05:26:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-24T05:31:07.000Z (10 months ago)
- Last Synced: 2024-06-22T07:49:35.710Z (6 months ago)
- Language: C++
- Homepage:
- Size: 84 KB
- Stars: 114
- Watchers: 14
- Forks: 34
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
README
# Task
[![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6AA97KE54UJR4)
Arduino non-preemptive 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](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Makuna/Task?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)## Documentation
[See Wiki](https://github.com/Makuna/Task/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.