Files
pybricks-api/source/index.rst
T

67 lines
1.4 KiB
ReStructuredText

Using Python with LEGO\ :sup:`®` MINDSTORMS\ :sup:`®` EV3
=========================================================
.. rubric:: Getting started
This guide shows you how to get started writing MicroPython programs for your
LEGO® MINDSTORMS® EV3 robots. ***REMOVED***
Getting started is split into two parts:
- :doc:`Installation <startinstall>`: First you'll prepare your computer and
your EV3 Intelligent Brick by collecting and installing the required tools for writing and running Python code.
- :doc:`Creating and running programs <startrun>`: Next, you'll learn how to
create a program and download it to the EV3 brick. You'll also learn how to
start that program from the brick or from your computer.
.. rubric:: Pybricks Modules and Demo Programs
After you've run the first demo program, you are ready to try out the other example
programs and invent your own programs.
.. toctree::
:maxdepth: 1
:caption: Table of Contents
:hidden:
.. toctree::
:maxdepth: 1
:caption: Getting Started
:hidden:
startinstall
startrun
.. toctree::
:maxdepth: 1
:caption: Pybricks Modules
:hidden:
ev3brick
ev3devices
parameters
tools
robotics
.. toctree::
:maxdepth: 1
:caption: Engineering Essentials
:hidden:
signaltypes
.. motorcontrol
.. toctree::
:maxdepth: 1
:caption: Demo Programs
:hidden:
examples/robot_educator
examples/color_sorter
examples/robot_arm_h25