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 ec2b833 commit 5a8b92fCopy full SHA for 5a8b92f
README.md
@@ -41,7 +41,9 @@ i.e. untouched stack space.
41
int bytes = Scheduler.stack();
42
````
43
The Scheduler member function stack() will scan the running task stack
44
-and determine how much has been used during the execution so far.
+and determine the minimum amount of remaining stack during the
45
+execution so far. The example sketch SchedulerBlinkMax shows how this
46
+can be used.
47
48
## Install
49
0 commit comments