Skip to content

Commit 38d783d

Browse files
committed
Create WDT.h
1 parent 2cc5ab4 commit 38d783d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

libraries/WDT/src/WDT.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#ifndef WDT_H
2+
#define WDT_H
3+
4+
#include <Arduino.h>
5+
6+
class APM3_WDT
7+
{
8+
public:
9+
APM3_WDT();
10+
11+
};
12+
#endif //WDT_H

0 commit comments

Comments
 (0)