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 9037100 commit 6730517Copy full SHA for 6730517
utility/EncoderFirmata.cpp
@@ -207,9 +207,6 @@ void EncoderFirmata::reportPosition(byte encoder)
207
// Report all attached encoders positions (one message for all encoders)
208
void EncoderFirmata::reportPositions()
209
{
210
- for(encoder=0; encoder<MAX_ENCODERS; encoder++)
211
- {
212
- }
213
Firmata.write(START_SYSEX);
214
Firmata.write(ENCODER_DATA);
215
byte encoder;
0 commit comments