Skip to content
This repository has been archived by the owner on Sep 26, 2018. It is now read-only.

rbrunt/RPi-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RPi-experiments

Lots of experiments with my RaspberryPi (in Python)

Prerequisites

Need to have the RPi.GPIO library installed from here. You can find installation instructions here.

Pinout Diagram:

Here's a basic pinout diagram of the RPi GPIO headers for quick reference:

	3.3V			( ) | ( )	5V
	GPIO0 (SDA)		( ) | ( ) 	--
	GPIO1 (SCL)		( ) | ( ) 	GND
	GPIO4 (GPCLK0)	( ) | ( ) 	GPIO14 (TXD)
	-- 				( ) | ( ) 	GPIO15 (RXD)
	GPIO17			( ) | ( ) 	GPIO18 (PCM_CLK)
	GPIO21(PCM_DOUT)( ) | ( ) 	--
	GPIO22			( ) | ( ) 	GPIO23
	-- 				( ) | ( )	GPIO24 
	GPIO10 (MOSI)	( ) | ( ) 	--
	GPIO9 (MISO)	( ) | ( )	GPIO25 
	GPIO11 (SCKL)	( ) | ( ) 	GPIO18 (CE0)
	-- 				( ) | ( ) 	GPIO17 (CE1)

About

Lots of experiments with my RaspberryPi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages