Skip to content

Commit

Permalink
Merge pull request #11 from cparata/master
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
cparata authored Jan 22, 2021
2 parents 2526b58 + 9116ad6 commit 7f04c64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ The access to the sensor values is done as explained below:

Read accelerometer and gyroscope.

int32_t accelerometer[3];
int32_t gyroscope[3];
AccGyr.Get_X_Axes(accelerometer);
AccGyr.Get_G_Axes(gyroscope);

Expand Down

0 comments on commit 7f04c64

Please sign in to comment.