We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f05559 + 48bb21a commit 0d51a2bCopy full SHA for 0d51a2b
1 file changed
examples/CustomTimedThread/CustomTimedThread.ino
@@ -49,7 +49,7 @@
49
=============== WHAT YO LEARN WITH THIS =================
50
1) Threads are actually running in 'parallel'.
51
52
- Synce each thread process time is very tiny, they appear
+ Since each thread process time is very tiny, they appear
53
as being runned in parallel.
54
55
Because of that, clicking multiple buttons at any time,
@@ -254,4 +254,4 @@ void setup(){
254
void loop(){
255
// Here we just run the main thread controller
256
controll.run();
257
-}
+}
0 commit comments