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.
2 parents 0959bec + 5bb1c7c commit cd168a5Copy full SHA for cd168a5
1 file changed
examples/Scheduler_example23_IDLE_Callback/Scheduler_example23_IDLE_Callback.ino
@@ -1,5 +1,5 @@
1
/*
2
- An example of using scheduler's customer sleep callback method
+ An example of using scheduler's custom sleep callback method
3
4
An empty loop is executed for 10 seconds with a 10 ms. interval
5
The first time it is excuted with an empty sleep callback, and
@@ -71,7 +71,7 @@ void tEmptyOff();
71
bool tDelayOn();
72
void tDelayOff();
73
74
-// sleep methods prototypes
+// Sleep methods prototypes
75
void sEmpty(unsigned long aT);
76
void sDelay(unsigned long aT);
77
0 commit comments