Skip to content

Commit 5747cb7

Browse files
committed
src:timer: deprecate timer.h file with warning
Include arduino-timer.h moving forward
1 parent 3719093 commit 5747cb7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/timer.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#warning "Including this file is deprecated. Please #include <arduino-timer.h> instead."
2+
3+
#include <arduino-timer.h>

0 commit comments

Comments
 (0)