Skip to content

Commit 092b913

Browse files
committed
Add a couple missing method comments
1 parent 751807d commit 092b913

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sfeQwiicOtos.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,10 @@ class sfeQwiicOtos
304304
// Function to write raw pose registers and convert from specified units
305305
sfeTkError_t writePoseRegs(uint8_t reg, sfe_otos_pose2d_t &pose, float xyToRaw, float hToRaw);
306306

307+
// Function to convert raw pose registers to a pose structure
307308
void regsToPose(uint8_t *rawData, sfe_otos_pose2d_t &pose, float rawToXY, float rawToH);
308309

310+
// Function to convert a pose structure to raw pose registers
309311
void poseToRegs(uint8_t *rawData, sfe_otos_pose2d_t &pose, float xyToRaw, float hToRaw);
310312

311313
// I2C bus to use for communication

0 commit comments

Comments
 (0)