Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
OneWire Member List

This is the complete list of members for OneWire, including all inherited members.

begin() (defined in OneWire)OneWire
begin(uint8 pinOneWire) (defined in OneWire)OneWire
check_crc16(const uint8_t *input, uint16_t len, const uint8_t *inverted_crc, uint16_t crc=0) (defined in OneWire)OneWirestatic
crc16(const uint8_t *input, uint16_t len, uint16_t crc=0) (defined in OneWire)OneWirestatic
crc8(const uint8_t *addr, uint8_t len) (defined in OneWire)OneWirestatic
depower(void) (defined in OneWire)OneWire
OneWire(uint8_t pin) (defined in OneWire)OneWire
read(void) (defined in OneWire)OneWire
read_bit(void) (defined in OneWire)OneWire
read_bytes(uint8_t *buf, uint16_t count) (defined in OneWire)OneWire
reset(void) (defined in OneWire)OneWire
reset_search() (defined in OneWire)OneWire
search(uint8_t *newAddr) (defined in OneWire)OneWire
select(const uint8_t rom[8]) (defined in OneWire)OneWire
skip(void) (defined in OneWire)OneWire
target_search(uint8_t family_code) (defined in OneWire)OneWire
write(uint8_t v, uint8_t power=0) (defined in OneWire)OneWire
write_bit(uint8_t v) (defined in OneWire)OneWire
write_bytes(const uint8_t *buf, uint16_t count, bool power=0) (defined in OneWire)OneWire