We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff543b commit d092e45Copy full SHA for d092e45
tutorials/basic_motor_control.md
@@ -41,9 +41,9 @@ The criteria are as follows:
41
42
<div class="info">
43
When designing your robot you should bear in mind that while each motor board can deliver 10A on each output,
44
- all the power needs to go through the power board, which is fused at 15A.
45
- This means that across all the outputs for all the motors,
46
- you can only draw up to 15A at any time.
+ all the power needs to go through the power board, which is limited to 30A overall.
+ This means that across all the outputs for all the motors (as well as the rest of your kit),
+ you can only draw up to 30A at any time.
47
</div>
48
49
Connecting a Motor
0 commit comments