Subversion Repositories HomeAutomation

Rev

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

Rev 1735 Rev 1977
Line 43... Line 43...
43
void act_linearAct_Process(void);
43
void act_linearAct_Process(void);
44
void act_linearAct_HandleMessage(StdCan_Msg_t *rxMsg);
44
void act_linearAct_HandleMessage(StdCan_Msg_t *rxMsg);
45
void act_linearAct_List(uint8_t ModuleSequenceNumber);
45
void act_linearAct_List(uint8_t ModuleSequenceNumber);
46
 
46
 
47
 
47
 
48
#ifdef act_linearAct_USEEEPROM
48
#ifndef act_linearAct_USEEEPROM
-
 
49
#define act_linearAct_USEEEPROM 0
-
 
50
#endif
-
 
51
 
-
 
52
#if act_linearAct_USEEEPROM==1
49
    struct act_linearAct_Data{
53
    struct act_linearAct_Data{
50
        ///TODO: Define EEPROM variables needed by the module
54
        ///TODO: Define EEPROM variables needed by the module
51
        uint16_t pulses_ee;
55
        uint16_t pulses_ee;
52
        uint16_t min_ee;
56
        uint16_t min_ee;
53
        uint16_t low_ee;
57
        uint16_t low_ee;