Searched defs:AccelSensor (Results 1 – 1 of 1) sorted by relevance
192 struct AccelSensor struct194 uint8_t iWhoAmI; ///< sensor whoami195 bool isEnabled; ///< true if the device is sampling196 uint8_t iFIFOCount; ///< number of measurements read from FIFO197 …16_t iFIFOExceeded; ///< Number of samples received in excess of software FIFO size198 int16_t iGsFIFO[ACCEL_FIFO_SIZE][3]; ///< FIFO measurements (counts)200 float fGs[3]; ///< averaged measurement (g)201 float fGc[3]; ///< averaged precision calibrated measurement (g)202 float fgPerCount; ///< g per count203 float fCountsPerg; ///< counts per g[all …]