lis2ds12.{h,hpp}: add missing parameter description

Signed-off-by: Alex Tereschenko <alext.mkrs@gmail.com>
This commit is contained in:
Alex Tereschenko 2017-12-30 19:57:26 +00:00 committed by Mihai Tudor Panu
parent c154ec6cb8
commit a65cd2e59b
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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