Subversion Repositories HomeAutomation

Rev

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

Rev 1369 Rev 1978
Line 21... Line 21...
21
void act_softPWM_Init(void);
21
void act_softPWM_Init(void);
22
void act_softPWM_Process(void);
22
void act_softPWM_Process(void);
23
void act_softPWM_HandleMessage(StdCan_Msg_t *rxMsg);
23
void act_softPWM_HandleMessage(StdCan_Msg_t *rxMsg);
24
void act_softPWM_List(uint8_t ModuleSequenceNumber);
24
void act_softPWM_List(uint8_t ModuleSequenceNumber);
25
 
25
 
26
#ifdef act_softPWM_USEEEPROM
26
#ifndef act_softPWM_USEEEPROM
-
 
27
#define act_softPWM_USEEEPROM 0
-
 
28
#endif
-
 
29
 
-
 
30
#if act_softPWM_USEEEPROM==1
27
    struct act_softPWM_Data{
31
    struct act_softPWM_Data{
28
        ///TODO: Define EEPROM variables needed by the module
32
        ///TODO: Define EEPROM variables needed by the module
29
        uint16_t maxTimer;
33
        uint16_t maxTimer;
30
        uint8_t resolution;
34
        uint8_t resolution;
31
        uint8_t ReportInterval;
35
        uint8_t ReportInterval;