#include <DS18B20.h>
DS18B20 Memory Map (Figure 7, pp. 7).
Definition at line 248 of file DS18B20.h.
uint8_t DS18B20::scratchpad_t::configuration |
Configuration; resolution, alarm.
Definition at line 252 of file DS18B20.h.
uint8_t DS18B20::scratchpad_t::crc |
int8_t DS18B20::scratchpad_t::high_trigger |
High temperature trigger.
Definition at line 250 of file DS18B20.h.
int8_t DS18B20::scratchpad_t::low_trigger |
Low temperature trigger.
Definition at line 251 of file DS18B20.h.
uint8_t DS18B20::scratchpad_t::reserved[3] |
int16_t DS18B20::scratchpad_t::temperature |
Temperature reading (9-12 bits).
Definition at line 249 of file DS18B20.h.
The documentation for this struct was generated from the following file: