OpenBIC
OpenSource Bridge-IC
|
#include <stdio.h>
#include <stdlib.h>
#include <logging/log.h>
#include "libutil.h"
#include "sensor.h"
#include "tmp461.h"
Functions | |
LOG_MODULE_REGISTER (dev_tmp461) | |
bool | tmp461_get_temp_range (sensor_cfg *cfg) |
uint8_t | tmp461_read (sensor_cfg *cfg, int *reading) |
uint8_t | tmp461_init (sensor_cfg *cfg) |
LOG_MODULE_REGISTER | ( | dev_tmp461 | ) |
bool tmp461_get_temp_range | ( | sensor_cfg * | cfg | ) |
uint8_t tmp461_init | ( | sensor_cfg * | cfg | ) |
uint8_t tmp461_read | ( | sensor_cfg * | cfg, |
int * | reading | ||
) |