Home | Sort by relevance Sort by last modified time |
/hardware/bsp/intel/peripheral/libupm/src/ecs1030/ | |
ecs1030.h | 124 int m_lastSample; |
ecs1030.cxx | 78 m_lastSample = m_sample; 81 m_filteredSample = 0.996 * (m_lastFilter + m_sample - m_lastSample); |