1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
NXT-Python
==========
NXT-Python is a package for controlling a LEGO NXT robot using the Python
programming language. It can communicate using either USB or Bluetooth.
NXT-Python for Python 2 is no longer supported.
NXT-Python sources are available on `NXT-Python repository on sourcehut`_ and
mirrored on `NXT-Python repository on Github`_.
.. _NXT-Python repository on sourcehut: https://sr.ht/~ni/nxt-python/
.. _NXT-Python repository on Github: https://github.com/schodet/nxt-python
.. toctree::
:maxdepth: 2
installation
handbook/index
api/index
commands/index
config
migration
about
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|