DS2482-RK
|
Data Structures | |
class | DS2482CommandList |
Used internally to hold a list of command objects to run. More... | |
class | DS24821WireReset |
Resets the 1-wire bus. More... | |
class | DS24821WireReadByte |
Low-level class to read a byte from the 1-wire bus. More... | |
class | DS24821WireWriteByte |
Low-level class to write a byte to the 1-wire bus. More... | |
class | DS24821WireTriplet |
Low-level class to generate a 1-wire triplet, used for bus search. You won't need to call this directly. More... | |
class | DS24821WireCommand |
Low-level class to send a 1-wire command and read a number of bytes back. You won't need to call this directly. More... | |
class | DS24821WireSendAddress |
Low-level class to send a 1-wire address. You won't need to call this directly. More... | |
class | DS2482ReadRom |
Low-level class to send a READ_ROM command. More... | |
class | DS2482SkipRom |
Low-level class to send a SKIP_ROM command. This is used internally by DS2482ReadScratchpad and others. More... | |
class | DS2482MatchRom |
Low-level class to send a MATCH_ROM command. This is used internally by DS2482ReadScratchpad and others. More... | |
class | DS2482SearchRom |
Low-level class to send a SEARCH_ROM command. Normally you'd use DS2482SearchBusCommand instead. More... | |
class | DS2482ConvertTCommand |
Low-level class to send a CONVERT_T command. More... | |
class | DS2482ReadScratchpadCommand |
Low-level call to read the scratchpad. More... | |
class | DS2482ReadScratchpadInternal |
Used internally to do the actual read scratchpad operation. More... | |
struct | DS2482SearchBranchPoint |
Internal struct used during 1-wire bus searches. More... | |