Infuse-IoT SDK API
0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
emul.h
Go to the documentation of this file.
1
10
#ifndef INFUSE_SDK_INCLUDE_INFUSE_DRIVERS_IMU_EMUL_H_
11
#define INFUSE_SDK_INCLUDE_INFUSE_DRIVERS_IMU_EMUL_H_
12
13
#include <zephyr/device.h>
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
34
void
imu_emul_accelerometer_data_configure
(
const
struct
device *dev,
float
x_ratio,
float
y_ratio,
35
float
z_ratio, uint16_t axis_noise);
36
41
#ifdef __cplusplus
42
}
43
#endif
44
45
#endif
/* INFUSE_SDK_INCLUDE_INFUSE_DRIVERS_IMU_EMUL_H_ */
imu_emul_accelerometer_data_configure
void imu_emul_accelerometer_data_configure(const struct device *dev, float x_ratio, float y_ratio, float z_ratio, uint16_t axis_noise)
Configure the accelerometer output samples.
infuse
drivers
imu
emul.h
Generated on Thu Sep 11 2025 11:38:52 for Infuse-IoT SDK API by
1.12.0