Skip to content

Commit

Permalink
Fixed issue SolidSoils#7 (SolidSoils#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Henk van Boeijen committed Jun 21, 2015
1 parent 8d7f9e6 commit d3b5091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Solid.Arduino/ArduinoSession.cs
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ public void ConfigureServo(int pinNumber, int minPulse, int maxPulse)
(byte)((maxPulse >> 7) & 0x7F),
SysExEnd
};
_connection.Write(command, 0, 7);
_connection.Write(command, 0, 8);
}

#endregion
Expand Down

0 comments on commit d3b5091

Please sign in to comment.