Menu

Tree [5afcf0] default tip /
 History

Read Only access


File Date Author Commit
 RPi 2016-02-24 Ben Croston Ben Croston [dd8cd9] Changed module layout - moved C components to R...
 debian_jessie 2016-02-24 Ben Croston Ben Croston [dd8cd9] Changed module layout - moved C components to R...
 debian_wheezy 2016-02-24 Ben Croston Ben Croston [dd8cd9] Changed module layout - moved C components to R...
 source 2016-02-26 Gasper Zejn Gasper Zejn [5afcf0] Use proper C syntax. This enables the module to...
 test 2016-01-01 Ben Croston Ben Croston [62bd8e] Issue 118 - add_event_detect sometimes gives ru...
 .hgignore 2012-02-06 Ben Croston Ben Croston [752c9c] Initial version
 .hgtags 2016-01-03 Ben Croston Ben Croston [ceb544] Added tag 0.6.1 for changeset f0439bbc9324
 CHANGELOG.txt 2016-02-24 Ben Croston Ben Croston [dd8cd9] Changed module layout - moved C components to R...
 INSTALL.txt 2014-11-11 Ben Croston Ben Croston [bc522d] Release 0.5.8
 LICENCE.txt 2014-09-13 Ben Croston Ben Croston [071c2b] Release 0.5.7
 MANIFEST.in 2013-03-31 Ben Croston Ben Croston [ce47b4] - Allow pydoc for non-root users (issue 27)
 README.txt 2013-12-18 Ben Croston Ben Croston [6064f1] Merge
 create_gpio_user_permissions.py 2015-09-13 Ben Croston Ben Croston [3231aa] 0.6.0a2 - tweaks for udev permissions (timing)
 make_deb 2016-02-24 Ben Croston Ben Croston [dd8cd9] Changed module layout - moved C components to R...
 setup.py 2016-02-24 Ben Croston Ben Croston [dd8cd9] Changed module layout - moved C components to R...

Read Me

This package provides a class to control the GPIO on a Raspberry Pi.

Note that this module is unsuitable for real-time or timing critical applications.  This is because you
can not predict when Python will be busy garbage collecting.  It also runs under the Linux kernel which
is not suitable for real time applications - it is multitasking O/S and another process may be given
priority over the CPU, causing jitter in your program.  If you are after true real-time performance and
predictability, buy yourself an Arduino http://www.arduino.cc !

Note that the current release does not support SPI, I2C, hardware PWM or serial functionality on the RPi yet.
This is planned for the near future - watch this space!  One-wire functionality is also planned.

Although hardware PWM is not available yet, software PWM is available to use on all channels.

For examples and documentation, visit http://sourceforge.net/p/raspberry-gpio-python/wiki/Home/

MongoDB Logo MongoDB