Searched refs:m_sample (Results 1 – 2 of 2) sorted by relevance
78 m_lastSample = m_sample; in getCurrency_B()79 m_sample = mraa_aio_read (m_dataPinCtx); in getCurrency_B()81 m_filteredSample = 0.996 * (m_lastFilter + m_sample - m_lastSample); in getCurrency_B()
126 int m_sample; variable