Searched refs:qmc5883l_readRaw (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/hardware/board/haaseduk1/drivers/sensor/ |
A D | drv_mag_qst_qmc5883l.c | 141 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 D | qlc5883.js | 253 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 D | compass.md | 177 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 D | qmc5883.py | 200 def qmc5883l_readRaw(self): member in QMC5883 258 xyz_org = self.qmc5883l_readRaw();
|
Completed in 5 milliseconds