Subversion Repositories HomeAutomation

Rev

Rev 1703 | Rev 1714 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1703 Rev 1711
Line 20... Line 20...
20
void act_pcaPWM_Init(void);
20
void act_pcaPWM_Init(void);
21
void act_pcaPWM_Process(void);
21
void act_pcaPWM_Process(void);
22
void act_pcaPWM_HandleMessage(StdCan_Msg_t *rxMsg);
22
void act_pcaPWM_HandleMessage(StdCan_Msg_t *rxMsg);
23
void act_pcaPWM_List(uint8_t ModuleSequenceNumber);
23
void act_pcaPWM_List(uint8_t ModuleSequenceNumber);
24
 
24
 
-
 
25
#define act_pcaPWM_FACT 0xffUL/10000UL
25
 
26
 
26
#ifdef act_pcaPWM_USEEEPROM
27
#ifdef act_pcaPWM_USEEEPROM
27
    struct act_pcaPWM_Data{
28
    struct act_pcaPWM_Data{
-
 
29
        uint16_t ch1;
-
 
30
        uint16_t ch2;
28
        ///TODO: Define EEPROM variables needed by the module
31
        uint16_t ch3;
29
        uint8_t x;
32
        uint16_t ch4;
-
 
33
        uint16_t ch5;
-
 
34
        uint16_t ch6;
-
 
35
        uint16_t ch7;
30
        uint16_t y;
36
        uint16_t ch8;
31
    }; 
37
    }; 
32
#endif
38
#endif
33
 
39
 
34
#endif // ACT_PCAPWM
40
#endif // ACT_PCAPWM