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:
- 4:d1be41e932f2
- Parent:
- 3:0e4b60792553
diff -r 0e4b60792553 -r d1be41e932f2 MPU6050.h --- a/MPU6050.h Thu Nov 08 12:53:16 2018 +0000 +++ b/MPU6050.h Mon Nov 19 02:10:03 2018 +0000 @@ -16,7 +16,7 @@ * Defines */ #ifndef MPU6050_ADDRESS - #define MPU6050_ADDRESS 0x68 // address pin low (GND), default for InvenSense evaluation board + #define MPU6050_ADDRESS 0x68 // address pin low (GND), default for InvenSense evaluation board #endif #ifdef MPU6050_ES @@ -53,7 +53,7 @@ * Definitions */ #define MPU6050_SLP_BIT 6 -#define MPU6050_BYPASS_BIT 1 +#define MPU6050_BYPASS_BIT 1 #define MPU6050_BW_256 0 #define MPU6050_BW_188 1