Skip to content

Instantly share code, notes, and snippets.

@mikepea
Last active January 3, 2016 16:49
Show Gist options
  • Save mikepea/8491609 to your computer and use it in GitHub Desktop.
Save mikepea/8491609 to your computer and use it in GitHub Desktop.
Setting up a Raspberry Pi for headless Arduino fun
sudo apt-get install arduino-core arduino-mk
sudo apt-get install screen
sudo apt-get install git
cd /usr/share/arduino/libraries
sudo git clone https://github.com/adafruit/Adafruit_NeoPixel.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment