Skip to content

Commit

Permalink
Added pinout diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
ZodiusInfuser committed Oct 26, 2023
1 parent ced48b3 commit d8827a2
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/modules/big_motor.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ For example, to move the motor at half its speed, the following line of code can
module.motor.speed(0.5)
```

Up to four modules, for a total of 4 big motors, can be used in this way, provided their PWM pins do not conflict. Refer to the Yukon board pinout for the slots you are using.
Up to four modules, for a total of 4 big motors, can be used in this way, provided their PWM pins do not conflict. Refer to the [Yukon Pinout Diagram](../yukon_pinout_diagram.png) for the slots you are using.


#### More than 4 Big Motors
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/dual_motor.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ for motor in module.motors:

It is also possible to access the motors individually using the properties `.motor1`, and `.motor2`.

Up to four modules, for a total of 8 DC motors, can be used in this way, provided their PWM pins do not conflict. Refer to the Yukon board pinout for the slots you are using.
Up to four modules, for a total of 8 DC motors, can be used in this way, provided their PWM pins do not conflict. Refer to the [Yukon Pinout Diagram](../yukon_pinout_diagram.png) for the slots you are using.


#### More than 8 Motors
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/quad_servo_direct.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ for servo in module.servos:

It is also possible to access the servos individually using the properties `.servo1`, `.servo2`, `.servo3`, and `.servo4`.

Up to four modules, for a total of 16 servos, can be used in this way, provided their PWM pins do not conflict. Refer to the Yukon board pinout for the slots you are using.
Up to four modules, for a total of 16 servos, can be used in this way, provided their PWM pins do not conflict. Refer to the [Yukon Pinout Diagram](../yukon_pinout_diagram.png) for the slots you are using.

#### More than 16 Servos

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/quad_servo_reg.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ for servo in module.servos:

It is also possible to access the servos individually using the properties `.servo1`, `.servo2`, `.servo3`, and `.servo4`.

Up to four modules, for a total of 16 servos, can be used in this way, provided their PWM pins do not conflict. Refer to the Yukon board pinout for the slots you are using.
Up to four modules, for a total of 16 servos, can be used in this way, provided their PWM pins do not conflict. Refer to the [Yukon Pinout Diagram](../yukon_pinout_diagram.png) for the slots you are using.

#### More than 16 Servos

Expand Down
Binary file added docs/yukon_pinout_diagram.pdf
Binary file not shown.
Binary file added docs/yukon_pinout_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d8827a2

Please sign in to comment.