DS2482-RK
|
CDS2482 | Class for DS2482 devices |
CDS24821WireAddress | Holds the 64-bit address of a device on a 1-wire bus |
▼CDS2482Command | Useful static constants, but the class is mostly just a base class for other commands |
▼CDS24821WireCommand | Low-level class to send a 1-wire command and read a number of bytes back. You won't need to call this directly |
CDS2482ReadRom | Low-level class to send a READ_ROM command |
CDS2482ReadScratchpadInternal | Used internally to do the actual read scratchpad operation |
CDS24821WireReadByte | Low-level class to read a byte from the 1-wire bus |
CDS24821WireReset | Resets the 1-wire bus |
CDS24821WireSendAddress | Low-level class to send a 1-wire address. You won't need to call this directly |
CDS24821WireTriplet | Low-level class to generate a 1-wire triplet, used for bus search. You won't need to call this directly |
▼CDS24821WireWriteByte | Low-level class to write a byte to the 1-wire bus |
CDS2482MatchRom | Low-level class to send a MATCH_ROM command. This is used internally by DS2482ReadScratchpad and others |
CDS2482SearchRom | Low-level class to send a SEARCH_ROM command. Normally you'd use DS2482SearchBusCommand instead |
CDS2482SkipRom | Low-level class to send a SKIP_ROM command. This is used internally by DS2482ReadScratchpad and others |
CDS2482ChannelSelect | When using the DS2482-800, this selects which of the 8 channels you want to work with |
CDS2482CheckBusCommand | Checks the 1-wire bus to determine if it's single drop or multi-drop |
CDS2482ConvertTCommand | Low-level class to send a CONVERT_T command |
CDS2482DeviceReset | Resets the DS2482 |
CDS2482GetTemperatureCommand | Gets the temperature of a single sensor |
CDS2482GetTemperatureForListCommand | Gets the temperatures for multiple DS18B20 sensors on a single bus |
CDS2482ReadScratchpadCommand | Low-level call to read the scratchpad |
CDS2482SearchBusCommand | Finds all of the devices on the 1-wire bus |
CDS2482SetConfigCommand | Sets the configuration for a device |
CDS2482CommandList | Used internally to hold a list of command objects to run |
CDS2482Device | Holds the address and temperature for a single DS18B20 the 1-wire bus |
▼CDS2482DeviceList | Holds an array of DS2482Device objects |
CDS2482DeviceListStatic< SIZE > | Holds an array of DS2482Device objects of a given size |
CDS2482SearchBranchPoint | Internal struct used during 1-wire bus searches |