11 Şubat 2016 Perşembe

tft 2.2" ili9340c raspberry pi 2 de çalıştırma

buranın yazısı yazılacak

http://aaron-brown.net/blog/?p=99

https://github.com/notro/fbtft/wiki

https://www.snip2code.com/Snippet/463489/LCD-WaveShare32b-%28ili9340%29-Raspberry-Pi

LM35DZ dijital ısı sensörü

bunun da yazısı yazılacak.

linux 3.2 de normal ama 4.1 de hem wheezy hemde jessie de çalışmadı :(

kaynak :
http://www.esologic.com/?p=442

http://maker.robotistan.com/raspberry-pi-dersleri-10-sicaklik-olcumu/

gcc failed gibi bi hata alırsanız : http://stackoverflow.com/questions/11094718/error-command-gcc-failed-with-exit-status-1-while-installing-eventlet

lm393 raspberry pi 2 termal ısı şeysi

bunun yazısı yazılacak.

kaynak : http://www.uugear.com/portfolio/using-light-sensor-module-with-raspberry-pi/

kodlama
import RPi.GPIO as GPIO

GPIO.setmode(GPIO.BCM)
GPIO.setup(4,GPIO.IN)

for i in range(0,5):
    print GPIO.input(4)