Changes

Raspberry Pi - Week 4

9 bytes added, 23:09, 26 April 2013
using GPIO with python
*LCD interface https://projects.drogon.net/raspberry-pi/gpio-examples/lcd-interface/
===using pins GPIO with python===
*https://code.google.com/p/raspberry-gpio-python/
** <nowikicode>sudo apt-get update</code>**<code>sudo apt-get install python-dev</code>**<code>sudo apt-get install python-rpi.gpio</nowikicode>
*Examples - https://code.google.com/p/raspberry-gpio-python/wiki/Examples
**Basic Usage
**Inputs
**Outputs
**PWM
*adafruit - http://learn.adafruit.com/adafruits-raspberry-pi-lesson-4-gpio-setup/overview
**Rpi.GPIO -
**requires python-dev
**python-rpi.gpio