|
| OneWire (uint8_t pin) |
|
void | begin () |
|
void | begin (uint8 pinOneWire) |
|
uint8_t | reset (void) |
|
void | select (const uint8_t rom[8]) |
|
void | skip (void) |
|
void | write (uint8_t v, uint8_t power=0) |
|
void | write_bytes (const uint8_t *buf, uint16_t count, bool power=0) |
|
uint8_t | read (void) |
|
void | read_bytes (uint8_t *buf, uint16_t count) |
|
void | write_bit (uint8_t v) |
|
uint8_t | read_bit (void) |
|
void | depower (void) |
|
void | reset_search () |
|
void | target_search (uint8_t family_code) |
|
uint8_t | search (uint8_t *newAddr) |
|