Skip to content

Commit fadff97

Browse files
committed
2 parents bf48b5a + cd168a5 commit fadff97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/Scheduler_example23_IDLE_Callback/Scheduler_example23_IDLE_Callback.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
An example of using scheduler's customer sleep callback method
2+
An example of using scheduler's custom sleep callback method
33
44
An empty loop is executed for 10 seconds with a 10 ms. interval
55
The first time it is excuted with an empty sleep callback, and
@@ -71,7 +71,7 @@ void tEmptyOff();
7171
bool tDelayOn();
7272
void tDelayOff();
7373

74-
// sleep methods prototypes
74+
// Sleep methods prototypes
7575
void sEmpty(unsigned long aT);
7676
void sDelay(unsigned long aT);
7777

0 commit comments

Comments
 (0)