Skip to content

Commit 113cbd0

Browse files
author
nicolaspanel
committed
add reference to wire and servo to avoid compilation issue
1 parent 8a803dc commit 113cbd0

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,6 +112,8 @@
112112
*--------------------
113113
*/
114114

115+
#include <Wire.h>
116+
#include <Servo.h>
115117
#include <Firmata.h>
116118
#include <utility/FirmataExt.h>
117119
#include <utility/FirmataReporting.h>

0 commit comments

Comments
 (0)