Skip to content

Commit dc237a2

Browse files
committed
there is discussion on the Arduino dev list about resolving this problem so at some point in the future these includes won't be necessary.
1 parent be9f18e commit dc237a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/SimpleEncoderFirmata/SimpleEncoderFirmata.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,10 @@
112112
*--------------------
113113
*/
114114

115+
//* Due to arduino issue, Wire and Servo libraries need to be included. Should be fixed in later versions
115116
#include <Wire.h>
116117
#include <Servo.h>
118+
//*/
117119
#include <Firmata.h>
118120
#include <utility/FirmataExt.h>
119121
#include <utility/FirmataReporting.h>

0 commit comments

Comments
 (0)