openMMC
Open Source Modular MMC for AMCs
|
#include "FreeRTOS.h"
#include "task.h"
#include "port.h"
#include "sdr.h"
#include "task_priorities.h"
#include "i2c.h"
#include "i2c_mapping.h"
#include "max11609.h"
#include "utils.h"
#include "uart_debug.h"
#include "max116xx.h"
Functions | |
void | vTaskMAX11609 (void *Parameters) |
Monitoring task for MAX11609 sensor. | |
void | MAX11609_init () |
Variables | |
TaskHandle_t | vTask11609_Handle |
void MAX11609_init | ( | void | ) |
void vTaskMAX11609 | ( | void * | Parameters | ) |
Monitoring task for MAX11609 sensor.
This task unblocks after every MAX11609_UPDATE_PERIOD ms and updates the read from all the MAX11609 sensors listed in this module's SDR table
Parameters | Pointer to parameter list passed to task upon initialization (not used here) |
TaskHandle_t vTask11609_Handle |