2013年8月10日土曜日

PythonでRaspberryPiのGPIOを叩く


Python GPIO Basics(Will's Blog
Raspberry Piのピン配

http://willsrpi.blogspot.com/p/python-gpio-basics.html


http://www.cl.cam.ac.uk/projects/raspberrypi/tutorials/turing-machine/two.html


Internal Pull-Up/Pull-Downについて
http://raspi.tv/2013/rpi-gpio-basics-6-using-inputs-and-outputs-together-with-rpi-gpio-pull-ups-and-pull-downs
下の方に記載有り

GPIOが上手く使えなかった時に助けられたサンプル
https://github.com/mi0iou/RPi_Thermometer/blob/master/rpi_thermometer.py
GPIO.setmodeのとこ

よく見たらこっちも合ってる(BCM)
http://raspi.tv/2013/rpi-gpio-basics-6-using-inputs-and-outputs-together-with-rpi-gpio-pull-ups-and-pull-downs


GPIO.setmode(BOARDとBCM)の違いについて
http://mamerium.com/raspberry-pi-rpi-gpio-basic/

Raspberry Pi 2でGPIOが暫定的に使えない
開発中のコードはこちら
http://sourceforge.net/p/raspberry-gpio-python/wiki/install/