diff --git a/src/lis2ds12/lis2ds12.h b/src/lis2ds12/lis2ds12.h index 865cbded..df55face 100644 --- a/src/lis2ds12/lis2ds12.h +++ b/src/lis2ds12/lis2ds12.h @@ -299,6 +299,7 @@ extern "C" { * Read contiguous registers into a buffer * * @param dev The device context + * @param reg The register to start the read from * @param buffer The buffer to store the results * @param len The number of registers to read * @return The number of bytes read, or -1 on error diff --git a/src/lis2ds12/lis2ds12.hpp b/src/lis2ds12/lis2ds12.hpp index b1a0e55d..e2da9ba8 100644 --- a/src/lis2ds12/lis2ds12.hpp +++ b/src/lis2ds12/lis2ds12.hpp @@ -292,6 +292,7 @@ namespace upm { /** * Read contiguous registers into a buffer * + * @param reg The register to start the read from * @param buffer The buffer to store the results * @param len The number of registers to read * @return The number of bytes read