HomeSort by relevance Sort by last modified time
    Searched refs:gyroScale (Results 1 - 2 of 2) sorted by null

  /hardware/invensense/60xx/mlsdk/mllite/
ml.c 194 float gyroScale = 2000.f;
214 gyroScale = 250.f;
217 gyroScale = 500.f;
220 gyroScale = 1000.f;
223 gyroScale = 2000.f;
249 result = inv_set_gyro_calibration(gyroScale, gyroCal);
    [all...]
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 328 char gyroScale[5];
336 count = read_attribute_sensor(fd, gyroScale, sizeof(gyroScale));
340 count = sscanf(gyroScale, "%ld", &mGyroSelfTestScale);
    [all...]

Completed in 718 milliseconds