Searched refs:sensorValue (Results 1 – 1 of 1) sorted by relevance
55 int sensorValue = 0; in getCurrency_A() local61 sensorValue = mraa_aio_read (m_dataPinCtx); in getCurrency_A()62 volt = (VOLT_M * sensorValue) - 2.5; in getCurrency_A()