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

  /hardware/bsp/intel/peripheral/libupm/src/pulsensor/
pulsensor.cxx 31 #include "pulsensor.h"
34 Pulsensor::Pulsensor (Callback *obj_call) : pin_ctx(0)
51 Pulsensor::Pulsensor (callback_handler handler) : pin_ctx(0)
69 void Pulsensor::start_sampler ()
74 error = pthread_create (&(sample_thread), NULL, &Pulsensor::do_sample, this);
80 void Pulsensor::stop_sampler () {
84 void *Pulsensor::do_sample (void *arg) {
88 Pulsensor *pulsensor = static_cast<Pulsensor *>(arg) local
    [all...]
pulsensor.h 44 * @brief Pulsensor Pulse Sensor library
45 * @defgroup pulsensor libupm-pulsensor
49 * @library pulsensor
50 * @sensor pulsensor
63 * @image html pulsensor.jpg
64 * @snippet pulsensor.cxx Interesting
83 * @class Pulsensor
86 class Pulsensor {
90 Pulsensor(Callback *callback)
    [all...]

Completed in 412 milliseconds