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

  /hardware/invensense/60xx/mlsdk/mllite/
ml.h 229 #define MIN_TEMP (-40)
231 #define TEMP_PER_BIN ((MAX_TEMP - MIN_TEMP) / BINS)
ml_stored_data.c 89 int bin = (int)((temp - MIN_TEMP) / TEMP_PER_BIN);
    [all...]

Completed in 1163 milliseconds