mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Also re-numbers energenie sockets 1-4 (as noted by @bennuttall in comments to #239), and adds several "real pins" tests and board tests. The bad-PWM stuff is currently disabled as it causes segfaults when running the tests and I can't seem to trace the cause at the moment. Finally, I've tweaked the deb config to suggest gpiozero, removed spidev as a mandatory dep (which'll fix installs on wheezy for py3), and there's some more miscellaneous last-minute stuff here that I can't recall...
109 lines
1.8 KiB
ReStructuredText
109 lines
1.8 KiB
ReStructuredText
======================
|
|
Boards and Accessories
|
|
======================
|
|
|
|
.. currentmodule:: gpiozero
|
|
|
|
These additional interfaces are provided to group collections of components
|
|
together for ease of use, and as examples. They are composites made up of
|
|
components from the various :doc:`api_input` and :doc:`api_output` provided by
|
|
GPIO Zero. See those pages for more information on using components
|
|
individually.
|
|
|
|
.. note::
|
|
|
|
All GPIO pin numbers use Broadcom (BCM) numbering. See the :doc:`recipes`
|
|
page for more information.
|
|
|
|
LED Board
|
|
=========
|
|
|
|
.. autoclass:: LEDBoard(\*pins, pwm=False, active_high=True, initial_value=False)
|
|
:inherited-members:
|
|
:members:
|
|
|
|
LED Bar Graph
|
|
=============
|
|
|
|
.. autoclass:: LEDBarGraph(\*pins, initial_value=0)
|
|
:inherited-members:
|
|
:members:
|
|
|
|
Traffic Lights
|
|
==============
|
|
|
|
.. autoclass:: TrafficLights
|
|
:inherited-members:
|
|
:members:
|
|
|
|
PiLITEr
|
|
=======
|
|
|
|
.. autoclass:: PiLiter
|
|
:inherited-members:
|
|
:members:
|
|
|
|
PiLITEr Bar Graph
|
|
=================
|
|
|
|
.. autoclass:: PiLiterBarGraph
|
|
:inherited-members:
|
|
:members:
|
|
|
|
PI-TRAFFIC
|
|
==========
|
|
|
|
.. autoclass:: PiTraffic
|
|
:inherited-members:
|
|
:members:
|
|
|
|
TrafficLightsBuzzer
|
|
===================
|
|
|
|
.. autoclass:: TrafficLightsBuzzer
|
|
:inherited-members:
|
|
:members:
|
|
|
|
Fish Dish
|
|
=========
|
|
|
|
.. autoclass:: FishDish
|
|
:inherited-members:
|
|
:members:
|
|
|
|
Traffic HAT
|
|
===========
|
|
|
|
.. autoclass:: TrafficHat
|
|
:inherited-members:
|
|
:members:
|
|
|
|
Robot
|
|
=====
|
|
|
|
.. autoclass:: Robot
|
|
:inherited-members:
|
|
:members:
|
|
|
|
Ryanteck MCB Robot
|
|
==================
|
|
|
|
.. autoclass:: RyanteckRobot
|
|
:inherited-members:
|
|
:members:
|
|
|
|
CamJam #3 Kit Robot
|
|
===================
|
|
|
|
.. autoclass:: CamJamKitRobot
|
|
:inherited-members:
|
|
:members:
|
|
|
|
Energenie
|
|
=========
|
|
|
|
.. autoclass:: Energenie
|
|
:inherited-members:
|
|
:members:
|
|
|