Subversion Repositories HomeAutomation

Rev

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

Rev 1266 Rev 1978
Line 25... Line 25...
25
void chn_ChnMaster_Process(void);
25
void chn_ChnMaster_Process(void);
26
void chn_ChnMaster_HandleMessage(StdCan_Msg_t *rxMsg);
26
void chn_ChnMaster_HandleMessage(StdCan_Msg_t *rxMsg);
27
void chn_ChnMaster_List(uint8_t ModuleSequenceNumber);
27
void chn_ChnMaster_List(uint8_t ModuleSequenceNumber);
28
 
28
 
29
 
29
 
30
#ifdef chn_ChnMaster_USEEEPROM
30
#ifndef chn_ChnMaster_USEEEPROM
-
 
31
#define chn_ChnMaster_USEEEPROM 0
-
 
32
#endif
-
 
33
 
-
 
34
#if chn_ChnMaster_USEEEPROM==1
31
    struct chn_ChnMaster_Data{
35
    struct chn_ChnMaster_Data{
32
        ///TODO: Define EEPROM variables needed by the module
36
        ///TODO: Define EEPROM variables needed by the module
33
        uint8_t x;
37
        uint8_t x;
34
        uint16_t y;
38
        uint16_t y;
35
    }; 
39
    };