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.
Diff: MPU6050.h
- Revision:
- 3:25e1a5a10e53
- Parent:
- 2:f8bfb37b2e1f
- Child:
- 6:748bae310e1e
--- a/MPU6050.h Sun May 12 10:54:50 2013 +0000 +++ b/MPU6050.h Tue Nov 19 19:05:55 2013 +0000 @@ -860,7 +860,7 @@ uint8_t dmpGetGyroSensor(int16_t *data, const uint8_t* packet=0); uint8_t dmpGetGyroSensor(VectorInt16 *v, const uint8_t* packet=0); uint8_t dmpGetControlData(int32_t *data, const uint8_t* packet=0); - uint8_t dm pGetTemperature(int32_t *data, const uint8_t* packet=0); + uint8_t dmpGetTemperature(int32_t *data, const uint8_t* packet=0); uint8_t dmpGetGravity(int32_t *data, const uint8_t* packet=0); uint8_t dmpGetGravity(int16_t *data, const uint8_t* packet=0); uint8_t dmpGetGravity(VectorInt16 *v, const uint8_t* packet=0);