main/task_ds18b20.c

changeset 4
6d1f512cd074
parent 0
b74b0e4902c3
child 88
7f02dbee58d0
equal deleted inserted replaced
3:2dcdf83248c8 4:6d1f512cd074
1 /** 1 /**
2 * @file task_ds18b20.c 2 * @file task_ds18b20.c
3 * @brief Task that reads the DS18B20 sensors on two one-wire busses. 3 * @brief The FreeRTOS task to query the DS18B20 sensors on one or two
4 * The task can also be compiled with simulated sensors. 4 * one-wire busses. Each bus must have only one sensor. That way
5 * we don't need to care about the DS18B20 internal ROM address.
6 * The task will update the DS18B20_State structure.
5 */ 7 */
6 8
7 9
8 #include "owb.h" 10 #include "owb.h"
9 #include "owb_rmt.h" 11 #include "owb_rmt.h"

mercurial