Skip to content

Commit fcd0b64

Browse files
authored
Merge pull request #11 from boeckhoff/patch-1
sweet ^^
2 parents 85695c0 + 0acb70a commit fcd0b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ArduinoThreads is designed to simplify programs that need to perform multiple pe
1717

1818
It should be noted that these are not “threads” in the real computer-science meaning of the term: tasks are implemented as functions that are periodically run to completion. On the one hand, this means that the only way a task can “yield” the CPU is by returning to the caller, and it is thus inadvisable to delay() or do long waits inside a task. On the other hand, this makes ArduinoThreads memory friendly, as no stack needs to be allocated per task.
1919

20-
## Instalation
20+
## Installation
2121

2222
1. "Download":https://github.com/ivanseidel/ArduinoThread/archive/master.zip the Master branch from gitHub.
2323
2. Unzip and modify the Folder name to "ArduinoThread" (Remove the '-master')

0 commit comments

Comments
 (0)