Subversion Repositories HomeAutomation

Rev

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

Rev 1502 Rev 1509
Line 104... Line 104...
104
        EEDATA_UPDATE_CRC;
104
        EEDATA_UPDATE_CRC;
105
    }
105
    }
106
#endif  
106
#endif  
107
    ///Initialize hardware
107
    ///Initialize hardware
108
    uint8_t index = 0;
108
    uint8_t index = 0;
-
 
109
 
-
 
110
#if act_output_CH0PCA95xxIO==1 |act_output_CH1PCA95xxIO==1 | act_output_CH2PCA95xxIO==1 | act_output_CH3PCA95xxIO==1 | act_output_CH4PCA95xxIO==1 | act_output_CH5PCA95xxIO==1 | act_output_CH6PCA95xxIO==1 | act_output_CH7PCA95xxIO==1
-
 
111
    Pca95xx_Init(0);
-
 
112
#endif 
-
 
113
   
109
#ifdef  act_output_CH0
114
#ifdef  act_output_CH0
110
#if act_output_CH0PCA95xxIO==0
115
#if act_output_CH0PCA95xxIO==0
111
        gpio_set_statement(chnValue[index],act_output_CH0);
116
    gpio_set_statement(chnValue[index],act_output_CH0);
112
        gpio_set_out(act_output_CH0);
117
    gpio_set_out(act_output_CH0);
113
#else
118
#else