Subversion Repositories HomeAutomation

Rev

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

## Section act_softPWM -- Do not edit this line

#Uncomment the line below if you want to use EEPROM with this module, dont forget to also uncomment the line in sources.list
act_softPWM_USEEEPROM=1

act_softPWM_ID=<ID>
#act_softPWM_DUMMY=1
act_softPWM_TIMER=<TIMER>
act_softPWM_SEND_TIMER=<TIMER>

# set this to the number sent messages from this module
# that must be sent without any update to the pwm value
# before the output shall turn off.
# set it to 0 to deactivate this feature
act_softPWM_ACTIVATE_AUTOOFF=0

act_softPWM_INVERT_PWM=0

#use up to 8 channels, but do it in order, otherwice there will be problems setting the correct values over CAN
PIN_0 = EXP_C
PIN_1 = EXP_E
PIN_2 = EXP_H
#PIN_3 = EXP_xx
#PIN_4 = EXP_xx
#PIN_5 = EXP_xx
#PIN_6 = EXP_xx
#PIN_7 = EXP_xx

#the maximum of supported channels, must be set to x+1 when the highest PIN is PIN_x
NUMBEROFCHANNELS = 8

#Uncomment to use the pcint driver
#act_softPWM_DUMMY_PCINT=<PCINT>

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