Skip to content

Commit 8af160f

Browse files
Update GoWired2.h
1 parent aeab731 commit 8af160f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/GoWired2.h

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,14 @@
1212
#ifndef GoWired2_h
1313
#define GoWired2_h
1414

15+
// Internal library files
1516
#include "core/CommonIO.h"
1617
#include "core/ExpanderIO.h"
1718
#include "core/Heating.h"
1819

19-
#endif
20+
// GoWired dependencies
21+
#include <MySensors.h>
22+
#include <Wire.h>
23+
#include <avr/wdt.h>
24+
25+
#endif

0 commit comments

Comments
 (0)