diff -r 2dcdf83248c8 -r 6d1f512cd074 main/task_ds18b20.c --- a/main/task_ds18b20.c Sat Oct 20 23:26:33 2018 +0200 +++ b/main/task_ds18b20.c Sun Oct 21 13:07:50 2018 +0200 @@ -1,7 +1,9 @@ /** * @file task_ds18b20.c - * @brief Task that reads the DS18B20 sensors on two one-wire busses. - * The task can also be compiled with simulated sensors. + * @brief The FreeRTOS task to query the DS18B20 sensors on one or two + * one-wire busses. Each bus must have only one sensor. That way + * we don't need to care about the DS18B20 internal ROM address. + * The task will update the DS18B20_State structure. */