A Jedi light saber controller program with the following "features": - Using RGB LEDs - User can change light colors with a button - Motion dependent (PWM) sounds with a MPU6050 motion sensor - Low voltage detection

Dependencies:   L152RE_USBDevice STM32_USB48MHz Watchdog mbed

Revision:
4:7e4bb0c29d3b
Parent:
2:59a7d4677474
--- a/MPU6050IMU/MPU6050.h	Sat Mar 26 21:03:35 2016 +0000
+++ b/MPU6050IMU/MPU6050.h	Sat Mar 26 21:36:24 2016 +0000
@@ -1,3 +1,7 @@
+//This file is an adaptation of Kris Winer's MPU6050 library and example code
+//See: https://developer.mbed.org/users/onehorse/code/MPU6050IMU/
+//Specifically see https://developer.mbed.org/users/onehorse/code/MPU6050IMU/file/e0381ca0edac/main.cpp for license information :)
+
 #ifndef MPU6050_H
 #define MPU6050_H