Skip to content

Commit 964f1ec

Browse files
authored
missing dots
1 parent 3ddfb15 commit 964f1ec

File tree

1 file changed

+4
-4
lines changed
  • content/hardware/08.edu/solution-and-kits/alvik/tutorials/api-overview

1 file changed

+4
-4
lines changed

content/hardware/08.edu/solution-and-kits/alvik/tutorials/api-overview/api-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

7676
get_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

0 commit comments

Comments
 (0)