main/task_adc.c

changeset 41
d327e0aff62f
parent 37
358bbd5b608e
child 44
e52d11b8f252
equal deleted inserted replaced
40:4d8cca2d5b68 41:d327e0aff62f
1 /** 1 /**
2 * @file task_adc.c 2 * @file task_adc.c
3 * @brief The FreeRTOS task to query the pressure sensors on ADC inputs. 3 * @brief The FreeRTOS task to query the pressure sensors connected to ADC inputs.
4 * The task will update the ADC_State structure. 4 * The task will update the ADC_State structure.
5 */ 5 */
6 6
7 7
8 #include "config.h" 8 #include "config.h"

mercurial