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 205a23b commit 6bcc26cCopy full SHA for 6bcc26c
examples/SchedulerBlinkMax/SchedulerBlinkMax.ino
@@ -19,7 +19,8 @@
19
* This Arduino sketch uses the Scheduler library.
20
* Blink with max number of pins; 64 (128) bytes per task.
21
*
22
- * @section Serial Monitor Output (Arduino Mega 2560/IDE 1.8.1)
+ * @section Output
23
+ * IDE 1.8.1, Serial Monitor, Arduino Mega 2560
24
25
* SchedulerBlinkMax: started
26
* 7:setup::task=68
@@ -35,7 +36,7 @@
35
36
* 2008:loop::min:stack=15
37
* ...
38
- * Note: It takes two iteration (seconds) to get a stable values.
39
+ * Note: It takes two iteration (seconds) to get stable values.
40
* The stack head room is slowly reduced depending on call depth
41
* when ISR occurs.
42
*/
0 commit comments