你好!
我正在从 C2650读取加速度。 由于数据表报告的最大频率可确定为10Hz (100ms)。 我想增加这个值、是不是可能的? 我该怎么做?
谢谢、
Alex
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
可以提高数据速率、前提是您可以修改固件。 请参阅文件 st_util.h 并根据您的需求更改最小周期(sensor_min_update_period):
//数据读取周期(范围100 - 2550 ms) #define SENSOR_MIN_UPDATE_PERIOD 100 //最小100毫秒 #define SENSOR_PERIOD_RESolution 10. //分辨率10毫秒