Skip to content

Commit 7f04c64

Browse files
authored
Merge pull request #11 from cparata/master
Update README
2 parents 2526b58 + 9116ad6 commit 7f04c64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ The access to the sensor values is done as explained below:
3232

3333
Read accelerometer and gyroscope.
3434

35+
int32_t accelerometer[3];
36+
int32_t gyroscope[3];
3537
AccGyr.Get_X_Axes(accelerometer);
3638
AccGyr.Get_G_Axes(gyroscope);
3739

0 commit comments

Comments
 (0)