Skip to content

Commit

Permalink
speed get and set
Browse files Browse the repository at this point in the history
  • Loading branch information
fmhall committed Apr 18, 2019
1 parent cc4845e commit b0a8f79
Show file tree
Hide file tree
Showing 4 changed files with 1,501 additions and 17 deletions.
5 changes: 3 additions & 2 deletions Arduino-slaves/arduino-board/order.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
enum Order
{
HELLO = 0,
SERVO = 1,
SPEEDS = 1,
MOTOR = 2,
ALREADY_CONNECTED = 3,
ERROR = 4,
Expand All @@ -17,7 +17,8 @@ enum Order
MOTOR4 = 14,
MOTOR5 = 15,
MOTOR6 = 16,
ALLSTOP = 20
ALLSTOP = 20,
ALLSTART = 21

};

Expand Down
Loading

0 comments on commit b0a8f79

Please sign in to comment.