We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b882ed6 commit 2fda3daCopy full SHA for 2fda3da
README.md
@@ -1,10 +1,6 @@
1

2
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
+No, Arduino does not support "REAL" parallel tasks (aka Threads), but we can make use of this Library to
8
improve our code, and easily schedule tasks with fixed (or variable) time between runs.
9
10
This Library helps to maintain organized and to facilitate the use of multiple tasks. We can
0 commit comments