Skip to content

Commit

Permalink
Misc updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiedecock committed Aug 27, 2015
1 parent defdab1 commit 82d9066
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyax12/instruction_packet.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class InstructionPacket(pk.Packet):
"""The "instruction packet" is the packet sent by the main controller to
the Dynamixel units to send commands.
The structure of the instruction packet is as the following::
The structure of the instruction packet is as the following:
+----+----+--+------+-----------+----------+---+-----------+---------+
|0XFF|0XFF|ID|LENGTH|INSTRUCTION|PARAMETER1|...|PARAMETER N|CHECK SUM|
Expand Down
2 changes: 1 addition & 1 deletion pyax12/packet.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class Packet(object):
(the response packets from the Dynamixel units to the main controller after
receiving an instruction packet).
The structure of a general `Packet` is as the following::
The structure of a general `Packet` is as the following:
+----+----+--+------+-------+---------+
|0xFF|0xFF|ID|LENGTH|DATA...|CHECK SUM|
Expand Down
2 changes: 1 addition & 1 deletion pyax12/status_packet.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class StatusPacket(pk.Packet):
"""The "status packet" is the response packet from the Dynamixel units to
the main controller after receiving an "instruction packet".
The structure of the status packet is as the following::
The structure of the status packet is as the following:
+-----+-----+---+-------+------+-----------+----+------------+----------+
|0XFF |0XFF |ID |LENGTH |ERROR |PARAMETER1 |... |PARAMETER N |CHECK SUM |
Expand Down

0 comments on commit 82d9066

Please sign in to comment.