File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Donate] ( https://img.shields.io/badge/paypal-donate-yellow.svg )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6AA97KE54UJR4 )
4
4
5
- Arduino Nonpreemptive multitasking library
5
+ Arduino non-preemptive multitasking library
6
6
7
- NOTE: Avoid the use of Delay in all high level code as the tasks timing should be used to replace it.
7
+ NOTE: Avoid the use of ` delay() ` in all high level code as the tasks timing should be used to replace it.
8
8
9
9
For bugs, make sure there isn't an active issue and then create one.
10
10
@@ -15,10 +15,10 @@ For quick questions jump on Gitter and ask away.
15
15
[ See Wiki] ( https://github.com/Makuna/Task/wiki )
16
16
17
17
## Installing This Library (you just want to use it)
18
- Open the Library Manager and search for "Task by Makuna" and install
18
+ Open the Library Manager and search for "Task by Makuna" and install.
19
19
20
20
## Installing This Library From GitHub (you want to contribute)
21
- Create a directory in your Arduino\Library folder named "Task"
21
+ Create a directory in your Arduino\Library folder named "Task".
22
22
Clone (Git) this project into that folder.
23
23
It should now show up in the import list.
24
24
You can’t perform that action at this time.
0 commit comments