bool sensor_ds18b20_only(void)
verify if only DS18B20 sensors are on the bus
bool sensor_ds18b20_precision(uint64_t code, uint8_t precision)
set conversion precision
float sensor_ds18b20_temperature(uint64_t code)
get converted temperature
bool sensor_ds18b20_convert(uint64_t code)
start converting (e.g.
bool sensor_ds18b20_list(uint64_t *code)
send all DS18B20 slaves on the bus
uint64_t sensor_ds18b20_number(void)
get number of DS18B20 sensors on bus
void sensor_ds18b20_setup(void)
setup 1-Wire peripheral to communicate with sensors on bus