Menu

Tree [3677dc] default tip /
 History

Read Only access


File Date Author Commit
 RPi 2012-09-23 Ben Croston Ben Croston [0670e9] - Added VERSION
 debian 2014-07-20 Ben Croston Ben Croston [9060d1] Release 0.5.6
 source 2014-07-28 Ben Croston Ben Croston [7136d8] - Issue 67 - speed up repeated calls to GPIO.wa...
 test 2014-09-04 Bob Igo Bob Igo [3677dc] Adds a unit test for sourceforge issue 72, whic...
 .hgignore 2012-02-06 Ben Croston Ben Croston [752c9c] Initial version
 .hgtags 2014-07-20 Ben Croston Ben Croston [4e5666] Added tag 0.5.6 for changeset 9060d19ee859
 CHANGELOG.txt 2014-07-20 Ben Croston Ben Croston [9060d1] Release 0.5.6
 INSTALL.txt 2013-03-25 Ben Croston Ben Croston [7cff63] Merge
 LICENCE.txt 2013-02-10 Ben Croston Ben Croston [45599a] - Fix for installing on Arch Linux (Python 3.3)...
 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
 deb_build 2014-07-20 Ben Croston Ben Croston [9060d1] Release 0.5.6
 setup.py 2014-07-20 Ben Croston Ben Croston [9060d1] Release 0.5.6

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