Skip to content

Commit 51f2c60

Browse files
committedNov 18, 2016
add new functions signature
1 parent 6aacbc5 commit 51f2c60

File tree

4 files changed

+361
-64
lines changed

4 files changed

+361
-64
lines changed
 

‎keywords.txt

+23-1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,20 @@ readAccelRange KEYWORD2
6464
readAccelBandwidth KEYWORD2
6565
readAccelPowerMode KEYWORD2
6666

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+
6781
#######################################
6882
# Constants and Variables (LITERAL1)
6983
#######################################
@@ -113,4 +127,12 @@ NO_MOTION LITERAL1
113127
SLOW_MOTION LITERAL1
114128
I2C LITERAL1
115129
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

‎library.properties

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=9 Axes Motion
2-
version=1.0
2+
version=1.1.0
33
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.
77
category=Device Control
8-
url=
8+
url=http://www.arduino.org/learning/reference/9-Axes-Motion
99
architectures=*

0 commit comments

Comments
 (0)