Write bytes to 1-wire bus
Send reset pulse to the bus, and check if there are devices attached to the bus
Read a bit from 1-wire bus
Calculate Dallas CRC8 value of a given buffer
Create a new DS18B20 device based on the general 1-Wire device
Trigger temperature conversion of DS18B20
Set DS18B20's temperature conversion resolution
Get temperature from DS18B20
Create 1-Wire bus with RMT backend
Create an iterator to enumerate the 1-Wire devices on the bus
Delete the device iterator
Get the next 1-Wire device from the iterator
Read bytes from 1-wire bus
Write a bit to 1-wire bus, this is a blocking function
Create a new singe device bus DS18B20 device based on a 1-Wire bus (not enumerated) this function assumes that the device is a DS18B20 device and there is only one device on the bus
Free 1-Wire bus resources