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

  /hardware/bsp/intel/peripheral/libupm/src/gas/
gas.h 37 * @brief Gas Sensor library
39 * Library for air quality and gas detecting sensors. Base class Gas provides buffered
42 * @defgroup gas libupm-gas
45 class Gas {
48 * Instantiates a Gas object
50 * @param gasPin Pin where gas is connected
52 Gas(int gasPin);
55 * Gas object destructo
    [all...]
gas.cxx 31 #include "gas.h"
35 Gas::Gas(int gasPin) : m_aio(gasPin) {
38 Gas::~Gas() {
42 Gas::getSampledWindow (unsigned int freqMS, int numberOfSamples,
65 Gas::findThreshold (thresholdContext* ctx, unsigned int threshold,
83 Gas::getSampledData (thresholdContext* ctx) {
88 Gas::getSample () {
93 Gas::printGraph (thresholdContext* ctx, uint8_t resolution)
    [all...]

Completed in 62 milliseconds