File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/hardware/08.edu/solution-and-kits/alvik/tutorials/api-overview Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ _Returns true if robot is on_
3333
3434** Outputs**
3535
36- - boolean: Returns true if robot is on, false if is off.
36+ - boolean: Returns true if robot is on, false if it is off.
3737
3838### ` begin `
3939
@@ -75,7 +75,7 @@ _Returns the orientation of the IMU_
7575
7676get_accelerations()
7777
78- _ Returns the 3-axial acceleration of the IMU_
78+ _ Returns the 3-axial acceleration values of the IMU_
7979
8080** Outputs**
8181
@@ -136,7 +136,7 @@ _Returns last acknowledgement_
136136
137137** Outputs**
138138
139- - ** last_ack** : last acknowledgement value
139+ - ** last_ack** : last acknowledgement value.
140140
141141### ` get_battery_charge `
142142
@@ -146,7 +146,7 @@ _Returns the battery SOC_
146146
147147** Outputs**
148148
149- - ** battery_soc** : percentage of charge
149+ - ** battery_soc** : percentage of charge.
150150
151151### ` get_touch_any `
152152
You can’t perform that action at this time.
0 commit comments