Skip to content

Commit

Permalink
corrected MPU6050 WHOAMI as per issue lancaster-university#112
Browse files Browse the repository at this point in the history
  • Loading branch information
wallarug authored Feb 7, 2020
1 parent 7e459b8 commit d2c59be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/drivers/MPU6050.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define MPU6050_DEFAULT_ADDR 0x68
#define MPU6050_WHOAMI 0x75

#define MPU6050_WHOAMI_VAL 0x34
#define MPU6050_WHOAMI_VAL 0x68

namespace codal{

Expand Down Expand Up @@ -89,4 +89,4 @@ namespace codal{

}

#endif
#endif

0 comments on commit d2c59be

Please sign in to comment.