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

  /hardware/bsp/intel/peripheral/libupm/src/ta12200/
ta12200.h 38 * @defgroup ta12200 libupm-ta12200
42 * @library ta12200
43 * @sensor ta12200
58 * @image html ta12200.jpg
59 * @snippet ta12200.cxx Interesting
61 class TA12200 {
64 * TA12200 constructor
68 TA12200(int pin);
71 * TA12200 destructo
    [all...]
ta12200.cxx 29 #include "ta12200.h"
34 TA12200::TA12200(int pin)
46 TA12200::~TA12200()
51 void TA12200::initClock()
56 uint32_t TA12200::getMillis()
85 unsigned int TA12200::highestValue()
102 float TA12200::milliAmps(unsigned int val, int res)

Completed in 65 milliseconds