Subversion Repositories HomeAutomation

Rev

Rev 1366 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1366 Rev 1978
Line 16... Line 16...
16
 
16
 
17
void act_PID_Init(void);
17
void act_PID_Init(void);
18
void act_PID_Process(void);
18
void act_PID_Process(void);
19
void act_PID_HandleMessage(StdCan_Msg_t *rxMsg);
19
void act_PID_HandleMessage(StdCan_Msg_t *rxMsg);
20
void act_PID_List(uint8_t ModuleSequenceNumber);
20
void act_PID_List(uint8_t ModuleSequenceNumber);
21
#ifdef act_PID_USEEEPROM
21
#ifndef act_PID_USEEEPROM
-
 
22
#define act_PID_USEEEPROM 0
-
 
23
#endif
-
 
24
 
-
 
25
#if act_PID_USEEEPROM==1
22
    struct act_PID_Data{
26
    struct act_PID_Data{
23
        ///TODO: Define EEPROM variables needed by the module
27
        ///TODO: Define EEPROM variables needed by the module
24
        uint16_t referenceValue;
28
        uint16_t referenceValue;
25
        uint8_t sensorModuleType;
29
        uint8_t sensorModuleType;
26
        uint8_t sensorModuleId;
30
        uint8_t sensorModuleId;