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, committed 2016-03-26
- Comitter:
- nightmechanic
- Date:
- Sat Mar 26 21:36:24 2016 +0000
- Parent:
- 3:0c2d9355ed8c
- Commit message:
- Added source info to the MPU6050 files
Changed in this revision
MPU6050IMU/MPU6050.cpp | Show annotated file Show diff for this revision Revisions of this file |
MPU6050IMU/MPU6050.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 0c2d9355ed8c -r 7e4bb0c29d3b MPU6050IMU/MPU6050.cpp --- a/MPU6050IMU/MPU6050.cpp Sat Mar 26 21:03:35 2016 +0000 +++ b/MPU6050IMU/MPU6050.cpp 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 :) + #include "MPU6050.h" #include "mbed.h" #include "math.h"
diff -r 0c2d9355ed8c -r 7e4bb0c29d3b MPU6050IMU/MPU6050.h --- 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