Home
last modified time | relevance | path

Searched refs:qmc5883l_readRaw (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/hardware/board/haaseduk1/drivers/sensor/
A Ddrv_mag_qst_qmc5883l.c141 int qmc5883l_readRaw(int16_t *x, int16_t *y, int16_t *z) in qmc5883l_readRaw() function
170 if (!qmc5883l_readRaw(&x_org, &y_org, &z_org)) in qmc5883l_readHeading()
/AliOS-Things-master/components/amp/modules/
A Dqlc5883.js253 function qmc5883l_readRaw(x, y, z) function
299 xyz_org = qmc5883l_readRaw(x_org, y_org, z_org);
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/compass/
A Dcompass.md177 int qmc5883l_readRaw(int16_t *x, int16_t *y, int16_t *z)
203 通过前文中实现的 int qmc5883l_readRaw(int16_t *x, int16_t *y, int16_t *z) 函数,我们可以实现对器件在各个方向上的采样,由于我们主要关心 X,…
255 if (!qmc5883l_readRaw(&x_org, &y_org, &z_org))
/AliOS-Things-master/components/py_engine/framework/
A Dqmc5883.py200 def qmc5883l_readRaw(self): member in QMC5883
258 xyz_org = self.qmc5883l_readRaw();

Completed in 4 milliseconds