Skip to content

Commit e53584c

Browse files
author
Charles Cross
committed
Added externs for additional Wire instances
1 parent 2a6d856 commit e53584c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libraries/Wire/Wire.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,10 @@ class TwoWire : public Stream
107107
};
108108

109109
extern TwoWire Wire;
110+
extern TwoWire Wire1;
111+
extern TwoWire Wire2;
112+
extern TwoWire Wire3;
113+
extern TwoWire Wire4;
114+
extern TwoWire Wire5;
110115

111116
#endif

0 commit comments

Comments
 (0)