File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ Connected Status of the remote controller to the Robot. 1 Byte length
5555| ---------| ---------------------------------------------------------|
5656| 0x01 | Remote connected |
5757| 0x00 | Remote disconnected |
58- | 0xFF | Overloaded to transistion the arduino back to IDLE state|
58+ | 0xFF | Overloaded to transition the arduino back to IDLE state|
5959
6060##### BATTERY
6161Battery value read in by the motor controllers. 1 Byte length. The value ranges from 0x00 to 0x1F, based on battery %
@@ -73,7 +73,7 @@ Battery value read in by the motor controllers. 1 Byte length. The value ranges
7373Error status of each individual motor controller. 1 Byte length. Each motor controller error status is x << i bits,
7474where x indicates an error, is 1 if error and 0 otherwise
7575
76- | Motor Controler Address | Binary (if error) |
76+ | Motor Controller Address | Binary (if error) |
7777| -------------------------| -------------------|
7878| 128 | 0001 0000 |
7979| 129 | 0000 1000 |
You can’t perform that action at this time.
0 commit comments