OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MLX90614
(Results
1 - 3
of
3
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/mlx90614/
mlx90614.cxx
30
#include "
mlx90614
.h"
34
MLX90614
::
MLX90614
(int bus, int devAddr) : m_i2Ctx(bus) {
35
m_name = "
MLX90614
";
48
MLX90614
::readObjectTempF(void) {
53
MLX90614
::readAmbientTempF(void) {
58
MLX90614
::readObjectTempC(void) {
63
MLX90614
::readAmbientTempC(void) {
73
MLX90614
::i2cReadReg_N (int reg, unsigned int len, uint8_t * buffer) {
84
MLX90614
::i2cWriteReg_N (uint8_t reg, unsigned int len, uint8_t * buffer)
[
all
...]
mlx90614.h
56
* @brief
MLX90614
Temperature Sensor library
57
* @defgroup
mlx90614
libupm-
mlx90614
61
* @library
mlx90614
62
* @sensor
mlx90614
63
* @comname
MLX90614
Temperature Sensor
68
* @brief API for the
MLX90614
Temperature Sensor
70
* This module defines the
MLX90614
interface for libmlx90614
72
* @image html
mlx90614
.jpg
73
* @snippet
mlx90614
.cxx Interestin
[
all
...]
/hardware/bsp/intel/peripheral/libupm/examples/c++/
mlx90614.cxx
27
#include "
mlx90614
.h"
31
upm::
MLX90614
*sensor = NULL;
47
sensor = new upm::
MLX90614
(0, DEVICE_ADDR);
Completed in 262 milliseconds