$30 off During Our Annual Pro Sale. View Details »

Teaching Kids to Code with Raspberry Pi (GoRuCo 2014 NYC)

Teaching Kids to Code with Raspberry Pi (GoRuCo 2014 NYC)

A lightning talk about teaching kids to code with Raspberry Pi.

Presented at GoRuCo 2014 https://vimeo.com/101030625

Audrey Troutt

July 12, 2014
Tweet

More Decks by Audrey Troutt

Other Decks in Programming

Transcript

  1. Kids, Code
    and Circuits
    with
    Raspberry Pi
    Audrey Troutt

    View Slide

  2. http://techgirlz.org

    View Slide

  3. 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

    View Slide

  4. View Slide

  5. View Slide

  6. View Slide

  7. Audrey Troutt -- http://audreytroutt.com -- @auditty
    http://www.techgirlz.org/techzhopzinfo

    View Slide