Skip to content

Commit 11938d7

Browse files
committed
added links to more motors
1 parent e638bdd commit 11938d7

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

docs/buildhat/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Library
44
=======
55

66
The Build HAT library has been created to support the Raspberry Pi Build HAT,
7-
an add-on board for the Raspberry Pi computer, which allows control of up to four LEGO® Technic™ motors and sensors included in the SPIKE™ Portfolio.
7+
an add-on board for the Raspberry Pi computer, which allows control of up to four LEGO® TECHNIC™ motors and sensors included in the SPIKE™ Portfolio.
88

99
.. image:: images/BuildHAT_closeup.jpg
1010
:width: 300

docs/buildhat/motor.rst

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Motor
22
=====
33

4-
LEGO® Technic™ motors from the LEGO® Education SPIKE™ portfolio have an integrated rotation sensor (encoder) and can be positioned with 1-degree accuracy. The encoders can be queried to find the current position of the motor with respect to a 'zero' mark shown on the motor itself. Other motors without encoders will report a 0 value if queried.
4+
LEGO® Technic™ motors from the LEGO® Education SPIKE™ portfolio have an integrated rotation sensor (encoder) and can be positioned with 1-degree accuracy. The encoders can be queried to find the current position of the motor with respect to a 'zero' mark shown on the motor itself.
55

66
|location_link1|
77

@@ -15,7 +15,25 @@ LEGO® Technic™ motors from the LEGO® Education SPIKE™ portfolio have an in
1515

1616
<a href="https://education.lego.com/en-gb/products/lego-technic-medium-angular-motor/45603" target="_blank">LEGO® Medium angular motor 45603</a>
1717

18+
Other motors without encoders will report a 0 value if queried.
1819

20+
|location_link3|
21+
22+
.. |location_link3| raw:: html
23+
24+
<a href="https://www.lego.com/en-gb/product/medium-linear-motor-88008" target="_blank">LEGO® Medium Linear motor 88008</a>
25+
26+
|location_link4|
27+
28+
.. |location_link4| raw:: html
29+
30+
<a href="https://www.lego.com/en-gb/product/technic-large-motor-88013" target="_blank">Technic™ Large Motor 88013</a>
31+
32+
|location_link5|
33+
34+
.. |location_link5| raw:: html
35+
36+
<a href="https://www.lego.com/en-gb/product/technic-xl-motor-88014" target="_blank">Technic™ XL Motor 88014</a>
1937

2038
.. autoclass:: buildhat.Motor
2139
:members:

0 commit comments

Comments
 (0)