Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-mous authored Jul 7, 2019
1 parent 7887978 commit 8be535a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ addr - the address of the MPU6050 (usually 0x68; can find with command "i2cdetec
apt-get install i2c-tools -y")<br> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<b>description:</b><br>
&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspsets up i2c device and starts loop to read the angle<br>
&nbsp&nbsp&nbsp&nbsp<h3>getAccelRaw<br></h3> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<b>args:</b><br>
&nbsp&nbsp&nbsp&nbsp&nbsp&bsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspfloat *x - pointer to the variable where the X axis results should
&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspfloat *x - pointer to the variable where the X axis results should
be stored<br> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspfloat *y - pointer to the variable where the Y axis
results should be stored<br> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspfloat *z - pointer to the variable
where the Z axis results should be stored<br> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp<b>description:<br></b>
Expand Down

0 comments on commit 8be535a

Please sign in to comment.