Skip to content

Commit fd99cd8

Browse files
authored
Merge pull request #547 from jeffOldBoy/master
Fix support for Arduino DUE platform
2 parents 3577fbd + ef58897 commit fd99cd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ArduCAM/ArduCAM.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
#include <SPI.h>
113113
#include "HardwareSerial.h"
114114
#if defined(__SAM3X8E__)
115+
#define Wire Wire1
115116
#endif
116117
#endif
117118

0 commit comments

Comments
 (0)