OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX31723
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/max31723/
max31723.cxx
30
#include "
max31723
.h"
34
MAX31723
::
MAX31723
(int csn) : m_csnPinCtx(csn), m_spi(0) {
36
m_name = "
MAX31723
";
53
MAX31723
::getTemperature () {
79
MAX31723
::readRegister (uint8_t reg) {
92
MAX31723
::writeRegister (uint8_t reg, uint8_t data) {
104
MAX31723
::CSOn () {
109
MAX31723
::CSOff () {
max31723.h
39
* @brief
MAX31723
Temperature Sensor library
40
* @defgroup
max31723
libupm-
max31723
44
* @library
max31723
45
* @sensor
max31723
46
* @comname
MAX31723
Temperature Sensor
51
* @brief API for the
MAX31723
Temperature Sensor
54
* [
MAX31723
](http://datasheets.maximintegrated.com/en/ds/MAX31722-
MAX31723
.pdf)
60
* @snippet
max31723
.cxx Interestin
[
all
...]
Completed in 197 milliseconds