Skip to content

Commit 2fda3da

Browse files
author
Ivan Seidel
committed
Update README.md
1 parent b882ed6 commit 2fda3da

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
![ArduinoThread Logo](https://raw.githubusercontent.com/ivanseidel/ArduinoThread/master/images/ArduinoThread.png)
22

3-
# ArduinoThread
4-
5-
A simple way to run multiple stuff in Arduino.
6-
7-
NO, Arduino does not support "REAL" parallel tasks, but we can make use of this Class to
3+
No, Arduino does not support "REAL" parallel tasks (aka Threads), but we can make use of this Library to
84
improve our code, and easily schedule tasks with fixed (or variable) time between runs.
95

106
This Library helps to maintain organized and to facilitate the use of multiple tasks. We can

0 commit comments

Comments
 (0)