|
cursada_mc2
Base de control de temperatura para EDU-CIAA-NXP
|
Datos cacheados de un sensor DS18B20 descubierto en un bus compartido. More...
#include <ds18b20_driver.h>
Data Fields | |
| uint8_t | rom_code [ONEWIRE_ROM_CODE_SIZE] |
| bool | sample_valid |
| int16_t | last_raw_temperature |
Definition at line 62 of file ds18b20_driver.h.
| int16_t ds18b20_device_t::last_raw_temperature |
Definition at line 65 of file ds18b20_driver.h.
Referenced by ds18b20_bus_discover(), ds18b20_bus_get_latest_raw(), ds18b20_bus_get_latest_temperature_celsius(), and ds18b20_bus_process().
| uint8_t ds18b20_device_t::rom_code[ONEWIRE_ROM_CODE_SIZE] |
Definition at line 63 of file ds18b20_driver.h.
Referenced by ds18b20_bus_discover(), ds18b20_bus_get_rom_code(), and ds18b20_bus_process().
| bool ds18b20_device_t::sample_valid |
Definition at line 64 of file ds18b20_driver.h.
Referenced by ds18b20_bus_discover(), ds18b20_bus_get_latest_raw(), ds18b20_bus_has_valid_sample(), and ds18b20_bus_process().