Subversion Repositories HomeAutomation

Rev

Rev 1826 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | SVN | RSS feed

## Section sns_input -- Do not edit this line

#Do not modify rows ending with <PCINT>, if you want to add an interrupt, uncomment the line and run ./ModuleManager --regenerate
#Note for corecard, EXT_A is also used for coreled, EXT_B is output only. Full I/O-list at http://projekt.auml.se/homeautomation:hardware:avr:corecard

sns_input_CH0=EXP_C
sns_input_CH0PCA95xxIO=0
sns_input_CH0_pullup=0
# Disable the PCINT line if PCA95xx is used (and run --regenerate)
sns_input_PCINT_CH0=<PCINT>
#sns_input_CH1=EXP_D
#sns_input_CH1PCA95xxIO=0
#sns_input_CH1_pullup=0
#sns_input_PCINT_CH1=<PCINT>
#sns_input_CH2=EXP_E
#sns_input_CH2PCA95xxIO=0
#sns_input_CH2_pullup=0
#sns_input_PCINT_CH2=<PCINT>
#sns_input_CH3=EXP_F
#sns_input_CH3PCA95xxIO=0
#sns_input_CH3_pullup=0
#sns_input_PCINT_CH3=<PCINT>
#sns_input_CH4=EXP_G
#sns_input_CH4PCA95xxIO=0
#sns_input_CH4_pullup=0
#sns_input_PCINT_CH4=<PCINT>
#sns_input_CH5=EXP_H
#sns_input_CH5PCA95xxIO=0
#sns_input_CH5_pullup=0
#sns_input_PCINT_CH5=<PCINT>
#sns_input_CH6=EXP_I
#sns_input_CH6PCA95xxIO=0
#sns_input_CH6_pullup=0
#sns_input_PCINT_CH6=<PCINT>
#sns_input_CH7=EXP_J
#sns_input_CH7PCA95xxIO=0
#sns_input_CH7_pullup=0
#sns_input_PCINT_CH7=<PCINT>

sns_input_DEBOUNCE_TIMER=<TIMER>
sns_input_DEBOUNCE_TIME_MS=20

#sns_input_SEND_PERIODIC=1
sns_input_SEND_PERIODIC_TIMER=<TIMER>
sns_input_SEND_PERIOD_MS=5000


# Enable these lines if PCA95xx is used
#USE_PCA95XX=1
# If more than one module uses PCA95xx then set the value to the number of users
#PCA95XX_NUM_CALLBACKS=1
# If more than one module uses PCA95xx then set a unique number as index (start from 0 and increase for each user)
#sns_input_PCA95XX_CALLBACK_INDEX=0
####

sns_input_ID=<ID>


## End section sns_input -- Do not edit this line