Subversion Repositories HomeAutomation

Rev

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

Rev 1514 Rev 1516
Line 1... Line 1...
1
## Section sns_input -- Do not edit this line
1
## Section sns_input -- Do not edit this line
2
 
2
 
3
sns_input_CH0=EXP_D
3
sns_input_CH0=EXP_A
4
sns_input_CH0PCA95xxIO=0
4
sns_input_CH0PCA95xxIO=0
5
sns_input_CH0_pullup=0
5
sns_input_CH0_pullup=0
6
# Comment the PCINT line if PCA95xx is used
6
# Disable the PCINT line if PCA95xx is used (and run --regenerate)
7
sns_input_PCINT_CH0=<PCINT>
7
sns_input_PCINT_CH0=<PCINT>
8
#sns_input_CH1=EXP_A
8
#sns_input_CH1=EXP_K
9
#sns_input_CH1PCA95xxIO=0
9
#sns_input_CH1PCA95xxIO=0
10
#sns_input_CH1_pullup=0
10
#sns_input_CH1_pullup=0
11
#sns_input_PCINT_CH1=<PCINT>
11
#sns_input_PCINT_CH1=<PCINT>
12
#sns_input_CH2=EXP_A
12
#sns_input_CH2=EXP_F
13
#sns_input_CH2PCA95xxIO=0
13
#sns_input_CH2PCA95xxIO=0
14
#sns_input_CH2_pullup=0
14
#sns_input_CH2_pullup=0
15
#sns_input_PCINT_CH2=<PCINT>
15
#sns_input_PCINT_CH2=<PCINT>
16
#sns_input_CH3=EXP_A
16
#sns_input_CH3=EXP_D
17
#sns_input_CH3PCA95xxIO=0
17
#sns_input_CH3PCA95xxIO=0
18
#sns_input_CH3_pullup=0
18
#sns_input_CH3_pullup=0
19
#sns_input_PCINT_CH3=<PCINT>
19
#sns_input_PCINT_CH3=<PCINT>
20
#sns_input_CH4=EXP_A
20
#sns_input_CH4=EXP_J
21
#sns_input_CH4PCA95xxIO=0
21
#sns_input_CH4PCA95xxIO=0
22
#sns_input_CH4_pullup=0
22
#sns_input_CH4_pullup=0
23
#sns_input_PCINT_CH4=<PCINT>
23
#sns_input_PCINT_CH4=<PCINT>
24
#sns_input_CH5=EXP_A
24
#sns_input_CH5=EXP_A
25
#sns_input_CH5PCA95xxIO=0
25
#sns_input_CH5PCA95xxIO=0
Line 33... Line 33...
33
#sns_input_CH7PCA95xxIO=0
33
#sns_input_CH7PCA95xxIO=0
34
#sns_input_CH7_pullup=0
34
#sns_input_CH7_pullup=0
35
#sns_input_PCINT_CH7=<PCINT>
35
#sns_input_PCINT_CH7=<PCINT>
36
 
36
 
37
 
37
 
38
# Enable this line if PCA95xx is used
38
# Enable these lines if PCA95xx is used
39
#sns_input_PCA95XX_POLL_TIMER=<TIMER>
39
#sns_input_PCA95XX_POLL_TIMER=<TIMER>
-
 
40
#USE_PCA95XX=1
40
sns_input_PCA95XX_POLL_TIME=20
41
sns_input_PCA95XX_POLL_TIME_MS=20
41
 
42
 
42
###
43
### Not implemented!!
43
# If more than one module uses PCA95xx then set the value to the number of users
44
# If more than one module uses PCA95xx then set the value to the number of users
44
#PCA95XX_NUM_CALLBACKS=1
45
#PCA95XX_NUM_CALLBACKS=1
45
# If more than one module uses PCA95xx then set a unique number as index
46
# If more than one module uses PCA95xx then set a unique number as index
46
#sns_input_PCA95XX_CALLBACK_INDEX=1
47
#sns_input_PCA95XX_CALLBACK_INDEX=1
47
 
48
####
48
 
49
 
49
sns_input_ID=<ID>
50
sns_input_ID=<ID>
50
#sns_input_DUMMY=1
-
 
51
#sns_input_DUMMY_TIMER=<TIMER>
-
 
52
 
51
 
53
 
52
 
54
## End section sns_input -- Do not edit this line
53
## End section sns_input -- Do not edit this line