File tree 4 files changed +361
-64
lines changed
4 files changed +361
-64
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,20 @@ readAccelRange KEYWORD2
64
64
readAccelBandwidth KEYWORD2
65
65
readAccelPowerMode KEYWORD2
66
66
67
+ begin KEYWORD2
68
+ end KEYWORD2
69
+ readAccelerometer KEYWORD2
70
+ readAccel KEYWORD2
71
+ readGravAcceleration KEYWORD2
72
+ readGravAccel KEYWORD2
73
+ readLinearAcceleration KEYWORD2
74
+ readLinearAccel KEYWORD2
75
+ readGyro KEYWORD2
76
+ readMagnetometer KEYWORD2
77
+ readMag KEYWORD2
78
+ readQuaternion KEYWORD2
79
+ readQuat KEYWORD2
80
+
67
81
#######################################
68
82
# Constants and Variables (LITERAL1)
69
83
#######################################
@@ -113,4 +127,12 @@ NO_MOTION LITERAL1
113
127
SLOW_MOTION LITERAL1
114
128
I2C LITERAL1
115
129
MANUAL LITERAL1
116
- AUTO LITERAL1
130
+ AUTO LITERAL1
131
+
132
+ X_AXIS LITERAL1
133
+ Y_AXIS LITERAL1
134
+ Z_AXIS LITERAL1
135
+ X_QUAT LITERAL1
136
+ Y_QUAT LITERAL1
137
+ Z_QUAT LITERAL1
138
+ W_QUAT LITERAL1
Original file line number Diff line number Diff line change 1
1
name =9 Axes Motion
2
- version =1.0
2
+ version =1.1. 0
3
3
author =Bosch Sensortec GmbH
4
- maintainer =Arduino <support @arduino.org>
5
- sentence =Allows controlling the Arduino 9 Axes Motion Shield.
6
- paragraph =
4
+ maintainer =Arduino <swdev @arduino.org>
5
+ sentence =Arduino 9 Axes Motion Shield Library
6
+ paragraph =Allows controlling each motion sensor of the 9 Axes Motion Shield.
7
7
category =Device Control
8
- url =
8
+ url =http://www.arduino.org/learning/reference/9-Axes-Motion
9
9
architectures =*
You can’t perform that action at this time.
0 commit comments