Home
last modified time | relevance | path

Searched refs:lpf (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/hardware/board/haaseduk1/drivers/sensor/
A Ddrv_acc_gyro_inv_mpu6050.c79 uint8_t MPU_Set_LPF(u16 lpf) in MPU_Set_LPF() argument
82 if (lpf >= 188) in MPU_Set_LPF()
84 else if (lpf >= 98) in MPU_Set_LPF()
86 else if (lpf >= 42) in MPU_Set_LPF()
88 else if (lpf >= 20) in MPU_Set_LPF()
90 else if (lpf >= 10) in MPU_Set_LPF()
/AliOS-Things-master/components/amp/modules/
A Dmpu6050.js232 function MPU_Set_LPF(lpf) argument
235 if (lpf >= 188)
237 else if (lpf >= 98)
239 else if (lpf >= 42)
241 else if (lpf >= 20)
243 else if (lpf >= 10)
/AliOS-Things-master/components/py_engine/framework/
A Dmpu6050.py144 def MPU_Set_LPF(self, lpf): argument
145 if (lpf >= 188):
147 elif (lpf >= 98):
149 elif (lpf >= 42):
151 elif (lpf >= 20):
153 elif (lpf >= 10):

Completed in 4 milliseconds