Subversion Repositories HomeAutomation

Rev

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

Rev 1714 Rev 1978
Line 22... Line 22...
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
#define act_pcaPWM_FACT 0xffUL/10000UL
26
 
26
 
27
#ifdef act_pcaPWM_USEEEPROM
27
#ifndef act_pcaPWM_USEEEPROM
-
 
28
#define act_pcaPWM_USEEEPROM 0
-
 
29
#endif
-
 
30
 
-
 
31
#if act_pcaPWM_USEEEPROM==1
28
    struct act_pcaPWM_Data{
32
    struct act_pcaPWM_Data{
29
        uint16_t ch1;
33
        uint16_t ch1;
30
        uint16_t ch2;
34
        uint16_t ch2;
31
        uint16_t ch3;
35
        uint16_t ch3;
32
        uint16_t ch4;
36
        uint16_t ch4;