Subversion Repositories HomeAutomation

Rev

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

Rev 1731 Rev 1756
Line 2... Line 2...
2
 
2
 
3
#Uncomment the line below if you want to use EEPROM with this module, dont forget to also uncomment the line in sources.list
3
#Uncomment the line below if you want to use EEPROM with this module, dont forget to also uncomment the line in sources.list
4
act_multiSwitch_USEEEPROM=1
4
act_multiSwitch_USEEEPROM=1
5
 
5
 
6
act_multiSwitch_ID=<ID>
6
act_multiSwitch_ID=<ID>
7
#act_multiSwitch_DUMMY=1
-
 
8
 
7
 
9
act_multiSwitch_STORE_VALUE_TIMER=<TIMER>
8
act_multiSwitch_STORE_VALUE_TIMER=<TIMER>
10
act_multiSwitch_STORE_VALUE_TIMEOUT_TIME_S=10
9
act_multiSwitch_STORE_VALUE_TIMEOUT_TIME_S=10
11
act_multiSwitch_PRESS_TIMER=<TIMER>
10
act_multiSwitch_PRESS_TIMER=<TIMER>
12
act_multiSwitch_PRESS_TIMEOUT_TIME_MS=100
11
act_multiSwitch_PRESS_TIMEOUT_TIME_MS=100
13
act_multiSwitch_WAIT_TIMEOUT_TIME_MS=100
12
act_multiSwitch_WAIT_TIMEOUT_TIME_MS=100
14
 
-
 
15
#Uncomment to use the pcint driver
-
 
16
#act_multiSwitch_DUMMY_PCINT=<PCINT>
-
 
17
 
13
 
18
act_multiSwitch_switch		= EXP_A
14
act_multiSwitch_switch		= EXP_A
19
act_multiSwitch_Feedback_0	= EXP_C
15
act_multiSwitch_Feedback_0	= EXP_C
20
act_multiSwitch_Feedback_1	= EXP_D
16
act_multiSwitch_Feedback_1	= EXP_D
21
act_multiSwitch_Feedback_2	= EXP_E
17
act_multiSwitch_Feedback_2	= EXP_E