|
Arduino-OWI
One-Wire Interface (OWI) library for Arduino
|

Public Attributes | |
| int16_t | temperature |
| Temperature reading (9-12 bits). More... | |
| int8_t | high_trigger |
| High temperature trigger. More... | |
| int8_t | low_trigger |
| Low temperature trigger. More... | |
| uint8_t | configuration |
| Configuration; resolution, alarm. More... | |
| uint8_t | reserved [3] |
| Reserved. More... | |
DS18B20 Scratchpad structure.
Definition at line 23 of file DS18B20.ino.
| uint8_t scratchpad_t::configuration |
Configuration; resolution, alarm.
Definition at line 27 of file DS18B20.ino.
| int8_t scratchpad_t::high_trigger |
High temperature trigger.
Definition at line 25 of file DS18B20.ino.
| int8_t scratchpad_t::low_trigger |
Low temperature trigger.
Definition at line 26 of file DS18B20.ino.
| uint8_t scratchpad_t::reserved[3] |
Reserved.
Definition at line 28 of file DS18B20.ino.
| int16_t scratchpad_t::temperature |
Temperature reading (9-12 bits).
Definition at line 24 of file DS18B20.ino.