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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
.. GPIO Zero: a library for controlling the Raspberry Pi's GPIO pins
..
.. Copyright (c) 2015-2021 Dave Jones <dave@waveform.org.uk>
.. Copyright (c) 2017-2019 Ben Nuttall <ben@bennuttall.com>
..
.. SPDX-License-Identifier: BSD-3-Clause
.. include:: ../README.rst
Table of Contents
=================
.. toctree::
:maxdepth: 1
:numbered:
installing
recipes
recipes_advanced
remote_gpio
recipes_remote_gpio
pi_zero_otg
source_values
cli_tools
faq
compat
migrating_from_rpigpio
contributing
development
api_input
api_output
api_spi
api_boards
api_internal
api_generic
api_tools
api_fonts
api_tones
api_info
api_pins
api_exc
changelog
license
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|