Skip to content

Commit 5a8b92f

Browse files
committed
Cleanup.
1 parent ec2b833 commit 5a8b92f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ i.e. untouched stack space.
4141
int bytes = Scheduler.stack();
4242
````
4343
The Scheduler member function stack() will scan the running task stack
44-
and determine how much has been used during the execution so far.
44+
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.
4547

4648
## Install
4749

0 commit comments

Comments
 (0)