Skip to content

Commit

Permalink
add option example multiple wire
Browse files Browse the repository at this point in the history
  • Loading branch information
sabas1080 committed Dec 13, 2023
1 parent 590bbc1 commit 0e96271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/MPU6050_raw/MPU6050_raw.ino
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ THE SOFTWARE.
// AD0 high = 0x69
MPU6050 accelgyro;
//MPU6050 accelgyro(0x69); // <-- use for AD0 high
//MPU6050 accelgyro(0x68, &Wire1); // <-- use for AD0 low, but 2nd Wire (TWI/I2C) object

int16_t ax, ay, az;
int16_t gx, gy, gz;
Expand Down

0 comments on commit 0e96271

Please sign in to comment.