Skip to content

Commit 92fa815

Browse files
Update api.md
Added info on the movement modulino for angular velocity
1 parent fc0a6c0 commit 92fa815

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/api.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,15 @@ Represents a Modulino Movement module.
116116
- **`float getZ()`**
117117
Returns the Z-axis acceleration.
118118

119+
- **`float getRoll()`**
120+
Returns the angular velocity around X-axis.
121+
122+
- **`float getPitch()`**
123+
Returns the angular velocity around Y-axis.
124+
125+
- **`float getYaw()`**
126+
Returns the angular velocity around Z-axis.
127+
119128
---
120129

121130
### ModulinoThermo

0 commit comments

Comments
 (0)