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