Skip to content

Commit 164cf26

Browse files
authored
Merge pull request #223 from sourcebots/danger-to-warning
Change Danger to Warning in motor board API
2 parents 6e232bd + 8febbd2 commit 164cf26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/programming/motor-board.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ These values can also be read back:
6161
!!! warning
6262
Setting a value outside of the range `-1` to `1` will raise an exception and your code will crash.
6363

64-
!!! danger
64+
!!! warning
6565
Sudden large changes in the motor speed setting (e.g. `-1` to `0`, `1` to `-1` etc.) will likely trigger the over-current protection and your robot will shut down with a distinct beeping noise and/or a red light next to the power board output that is powering the motor board.
6666

6767
### Special values

0 commit comments

Comments
 (0)