Skip to content

Commit

Permalink
Merge pull request #8 from GenAlper/patch-1
Browse files Browse the repository at this point in the history
Fixed a few typos
  • Loading branch information
BrentWilkins committed Feb 4, 2016
2 parents 7297e2d + 37fd8fa commit ccd1ea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware/MPU6050/Examples/MPU9150_AHRS.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*****************************************************************
MPU9150_AHRS_directdata.ino
MPU9150_AHRS.ino
SFE_MPU9150 Library AHRS Data Fusion Example Code
Kris Winer for Sparkfun Electronics
Original Creation Date: April 8, 2014
Expand Down Expand Up @@ -43,7 +43,7 @@ MPU9150 over I2C. These are the only connections that need to be made:
VDD ------------- 3.3V
GND ------------- GND
The LSM9DS0 has a maximum voltage of 3.5V. Make sure you power it
The MPU9150 has a maximum voltage of 3.5V. Make sure you power it
off the 3.3V rail! And either use level shifters between SCL
and SDA or just use a 3.3V Arduino Pro.
Expand Down

0 comments on commit ccd1ea4

Please sign in to comment.