×
Copy
Open
Link
Embed
Share
Beginning
This slide
Copy link URL
Copy link URL
Copy iframe embed code
Copy iframe embed code
Copy javascript embed code
Copy javascript embed code
Share
Tweet
Share
Tweet
Slide 1
Slide 1 text
Kids, Code and Circuits with Raspberry Pi Audrey Troutt
Slide 2
Slide 2 text
http://techgirlz.org
Slide 3
Slide 3 text
https://github.com/atroutt/scratch-pi require 'pi_piper' pin = PiPiper::Pin.new(:pin => 12, :direction => :out) loop do pin.off sleep 0.5 pin.on sleep 0.5 end
Slide 4
Slide 4 text
No content
Slide 5
Slide 5 text
No content
Slide 6
Slide 6 text
No content
Slide 7
Slide 7 text
Audrey Troutt -- http://audreytroutt.com -- @auditty http://www.techgirlz.org/techzhopzinfo