We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7d6ff commit ff0a55fCopy full SHA for ff0a55f
utility/EncoderFirmata.cpp
@@ -50,6 +50,7 @@ void EncoderFirmata::attachEncoder(byte encoderNum, byte pinANum, byte pinBNum)
50
Firmata.setPinMode(pinBNum, ENCODER);
51
encoders[encoderNum] = new Encoder(pinANum, pinBNum);
52
numEncoders++;
53
+ reportPosition(encoderNum);
54
}
55
56
void EncoderFirmata::detachEncoder(byte encoderNum)
0 commit comments