Rev 1394 | 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.listact_softPWM_USEEEPROM=1act_softPWM_ID=<ID>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 featureact_softPWM_ACTIVATE_AUTOOFF=0#use up to 8 channels, but do it in order, otherwice there will be problems setting the correct values over CAN# set INVERT to 1 to invert pwm outputact_softPWM_PIN_0 = EXP_Cact_softPWM_PIN_0_INVERT = 0act_softPWM_PIN_1 = EXP_Eact_softPWM_PIN_1_INVERT = 0act_softPWM_PIN_2 = EXP_Hact_softPWM_PIN_2_INVERT = 0#act_softPWM_PIN_3 = EXP_xxact_softPWM_PIN_3_INVERT = 0#act_softPWM_PIN_4 = EXP_xxact_softPWM_PIN_4_INVERT = 0#act_softPWM_PIN_5 = EXP_xxact_softPWM_PIN_5_INVERT = 0#act_softPWM_PIN_6 = EXP_xxact_softPWM_PIN_6_INVERT = 0#act_softPWM_PIN_7 = EXP_xxact_softPWM_PIN_7_INVERT = 0#the maximum of supported channels, must be set to x+1 when the highest PIN is PIN_xNUMBEROFCHANNELS = 3## End section act_softPWM -- Do not edit this line