Skip to content

Instantly share code, notes, and snippets.

View orbitinstasis's full-sized avatar

Ben orbitinstasis

View GitHub Profile
/* Example program for from IRLib – an Arduino library for infrared encoding and decoding
Version 1.5 June 2014
Copyright 2014 by Chris Young http://cyborg5.com
Based on original example sketch for IRremote library
Version 0.11 September, 2009
Copyright 2009 Ken Shirriff
http://www.righto.com/
*/
/*
/**
MCU replacement for audio selector ARDUINO NANO
2017 Ben Kazemi @ Orbitronics
*/
/**
############################################ INCLUDES
*/
#include <avr/power.h>
@orbitinstasis
orbitinstasis / pyaudio on a rPi
Created April 18, 2017 18:34 — forked from brecke/pyaudio on a rPi
How to install PyAudio on a Raspberry Pi
# taken from http://raspberrypihell.blogspot.pt/2013/07/pyaudio-and-how-to-install.html
sudo apt-get install git
sudo git clone http://people.csail.mit.edu/hubert/git/pyaudio.git
sudo apt-get install libportaudio0 libportaudio2 libportaudiocpp0 portaudio19-dev
sudo apt-get install python-dev
cd pyaudio
sudo python setup.py install