api/nxtdevices: add module

This commit is contained in:
Laurens Valk
2020-01-14 20:10:33 +01:00
parent 57e262e3f9
commit ad12d13355
3 changed files with 13 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@ Intro
hubs
pupdevices
ev3devices
nxtdevices
iodevices
parameters
tools
+10
View File
@@ -0,0 +1,10 @@
:mod:`nxtdevices <pybricks.nxtdevices>` -- NXT Devices
======================================================
.. automodule:: pybricks.nxtdevices
:no-members:
NXT Motor
^^^^^^^^^^^^^^^^
This motor works just like a LEGO MINDSTORMS EV3 Large Motor. You can use it in
your programs using the :mod:`Motor <.ev3devices>` class.
+2
View File
@@ -0,0 +1,2 @@
"""Use LEGO® MINDSTORMS® NXT motors and sensors with the EV3 brick."""