Skip to content

Instantly share code, notes, and snippets.

@davidcool
davidcool / single_pixel_sound_MEGA_v0_1
Created January 3, 2013 16:11
This worked fine the first couple of times and now it's dead. Trying to figure out what the conflict is here.
//single pixel sound sketch
//by David Cool 2012
//http://davidcool.com/
//This is a merge of the two programs credited below to work with the MPU6050 IMU
//accelerometer test- single pixel
//by Amanda Ghassaei 2012
//http://www.instructables.com/id/Use-an-Accelerometer-and-Gyroscope-with-Arduino/
/*
@davidcool
davidcool / single_pixel_MP3_midi_shield_MEGA_2560
Last active December 10, 2015 13:09
This sketch (unsuccessfully) combines code from three different places: 1) http://www.instructables.com/id/Use-an-Accelerometer-and-Gyroscope-with-Arduino/ 2) http://www.i2cdevlib.com/devices/mpu6050#source 3) https://www.sparkfun.com/products/10628 The idea is to run the single pixel test sketch (at bottom of page) from the instructables site w…
//single pixel sound sketch
//by David Cool 2012
//http://davidcool.com/
//This is a merge of the two programs credited below to work with the MPU6050 IMU
//accelerometer test- single pixel
//by Amanda Ghassaei 2012
//http://www.instructables.com/id/Use-an-Accelerometer-and-Gyroscope-with-Arduino/
/*
@davidcool
davidcool / single_pixel_sound_v0_1
Created December 31, 2012 19:41
Single Pixel Sound Sketch based on Amanda Ghassaei's Instructable: http://www.instructables.com/id/Use-an-Accelerometer-and-Gyroscope-with-Arduino/
//single pixel sound sketch
//by David Cool 2012
//http://davidcool.com/
//This is a merge of the two programs credited below to work with the MPU6050 IMU
//accelerometer test- single pixel
//by Amanda Ghassaei 2012
//http://www.instructables.com/id/Use-an-Accelerometer-and-Gyroscope-with-Arduino/
/*