MP3 PLAYER

Dependencies:   DebouncedInterrupt SDFileSystem SPI_TFT_ILI9341 ST_401_84MHZ TFT_fonts VS1053 mbed

Fork of MP3333 by FRA221_B18

Revision:
3:c58fe0902900
Parent:
2:c4b198e96ded
--- a/MPU9250.h	Tue Dec 08 19:52:20 2015 +0000
+++ b/MPU9250.h	Wed Dec 09 08:34:40 2015 +0000
@@ -206,7 +206,7 @@
 DigitalOut myled(LED1);
     
 // Pin definitions
-//int intPin = 3;  // These can be changed, 2 and 3 are the Arduinos ext int pins
+int intPin = 2;  // These can be changed, 2 and 3 are the Arduinos ext int pins
 
 int16_t accelCount[3];  // Stores the 16-bit signed accelerometer sensor output
 int16_t gyroCount[3];   // Stores the 16-bit signed gyro sensor output