File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Simple *non-blocking* timer library for calling functions **in / at / every** sp
66
77Include the library and create a * Timer* instance.
88``` cpp
9- #include < timer.h>
9+ #include < arduino- timer.h>
1010
1111auto timer = timer_create_default();
1212```
@@ -105,7 +105,7 @@ void cancel(Timer<>::Task &task);
105105
106106[ Check out the instructions] ( https://www.arduino.cc/en/Guide/Libraries ) from Arduino.
107107
108- ** OR** copy ** src/timer.h** into your project folder * (you won't get managed updates this way)* .
108+ ** OR** copy ** src/arduino- timer.h** into your project folder * (you won't get managed updates this way)* .
109109
110110### Examples
111111
@@ -114,7 +114,7 @@ Found in the **examples/** folder.
114114The simplest example, blinking an LED every second * (from examples/blink)* :
115115
116116``` cpp
117- #include < timer.h>
117+ #include < arduino- timer.h>
118118
119119auto timer = timer_create_default(); // create a timer with default settings
120120
You can’t perform that action at this time.
0 commit comments