Searched refs:VOLT_M (Results 1 – 2 of 2) sorted by relevance
/hardware/bsp/intel/peripheral/libupm/src/ecs1030/ | ||
D | ecs1030.h | 78 static const uint8_t VOLT_M = 5.1 / 1023; variable |
D | ecs1030.cxx | 62 volt = (VOLT_M * sensorValue) - 2.5; in getCurrency_A() |