OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX31855
(Results
1 - 3
of
3
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/max31855/
max31855.h
33
* @brief
MAX31855
Thermocouple library
34
* @defgroup
max31855
libupm-
max31855
38
* @library
max31855
39
* @sensor
max31855
40
* @comname
MAX31855
Thermocouple Amplifier
45
* @brief API for the
MAX31855
Thermocouple Amplifier
48
* [
MAX31855
](http://datasheets.maximintegrated.com/en/ds/
MAX31855
.pdf)
55
* @image html
max31855
.jp
[
all
...]
max31855.cxx
33
#include "
max31855
.h"
38
MAX31855
::
MAX31855
(int bus, int cs)
56
MAX31855
::~
MAX31855
()
72
MAX31855
::getTemp()
/hardware/bsp/intel/peripheral/libupm/examples/c++/
max31855.cxx
30
#include "
max31855
.h"
35
upm::
MAX31855
*temp = new upm::
MAX31855
(0, 8);
Completed in 68 milliseconds