openMMC
Open Source Modular MMC for AMCs
Loading...
Searching...
No Matches
max11609.h
Go to the documentation of this file.
1#ifndef MAX11609_
2#define MAX11609_
3
7#define MAX11609_UPDATE_PERIOD 200
8
9#define MAX11609_CHANNEL_0 0
10#define MAX11609_CHANNEL_1 1
11#define MAX11609_CHANNEL_2 2
12#define MAX11609_CHANNEL_3 3
13#define MAX11609_CHANNEL_4 4
14#define MAX11609_CHANNEL_5 5
15#define MAX11609_CHANNEL_6 6
16#define MAX11609_CHANNEL_7 7
17
18extern TaskHandle_t vTask11609_Handle;
19
21
22void MAX11609_init( void );
23
31void vTaskMAX11609( void* Parameters );
32
33#endif
TaskHandle_t vTask11609_Handle
Definition max11609.c:16
const SDR_type_01h_t SDR_MAX11609_12V_HP
void vTaskMAX11609(void *Parameters)
Monitoring task for MAX11609 sensor.
Definition max11609.c:18
void MAX11609_init(void)
Definition max11609.c:62
Definition sdr.h:90