Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 | 
--- 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"
--- 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