mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 01:24:17 +00:00
22 lines
369 B
ReStructuredText
22 lines
369 B
ReStructuredText
.. pybricks-requirements::
|
|
|
|
Tilt Sensor
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. figure:: ../../main/images/sensor_tilt.png
|
|
:width: 35 %
|
|
|
|
.. autoclass:: pybricks.pupdevices.TiltSensor
|
|
:no-members:
|
|
|
|
.. automethod:: tilt
|
|
|
|
Examples
|
|
-------------------
|
|
|
|
Measuring pitch and roll
|
|
************************
|
|
|
|
.. literalinclude::
|
|
../../../examples/pup/sensor_tilt/basics.py
|