mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 11:21:12 +03:00
docs: updated @param tags, added missing function descriptions, other minor changes
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
@ -749,7 +749,7 @@ namespace upm {
|
||||
* set the Low Pass Digital filter. This enables filtering (if
|
||||
* non-0) of the accelerometer and gyro outputs.
|
||||
*
|
||||
* @param scale one of the DLPF_CFG_T values
|
||||
* @param dlp one of the DLPF_CFG_T values
|
||||
* @return true if successful, false otherwise
|
||||
*/
|
||||
bool setDigitalLowPassFilter(DLPF_CFG_T dlp);
|
||||
@ -769,7 +769,7 @@ namespace upm {
|
||||
* (DLPF) is 0 or 7 (DLPF_260_256 or DLPF_RESERVED), and 1Khz
|
||||
* otherwise.
|
||||
*
|
||||
* @param scale one of the DLPF_CFG_T values
|
||||
* @param div one of the DLPF_CFG_T values
|
||||
* @return true if successful, false otherwise
|
||||
*/
|
||||
bool setSampleRateDivider(uint8_t div);
|
||||
|
Reference in New Issue
Block a user