Rev 1391 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1391 | Rev 1394 | ||
|---|---|---|---|
| Line 11... | Line 11... | ||
| 11 | # set this to the number sent messages from this module |
11 | # set this to the number sent messages from this module |
| 12 | # that must be sent without any update to the pwm value |
12 | # that must be sent without any update to the pwm value |
| 13 | # before the output shall turn off. |
13 | # before the output shall turn off. |
| 14 | # set it to 0 to deactivate this feature |
14 | # set it to 0 to deactivate this feature |
| 15 | act_softPWM_ACTIVATE_AUTOOFF=0 |
15 | act_softPWM_ACTIVATE_AUTOOFF=0 |
| 16 | - | ||
| 17 | act_softPWM_INVERT_PWM=0 |
- | |
| 18 | 16 | ||
| 19 | #use up to 8 channels, but do it in order, otherwice there will be problems setting the correct values over CAN |
17 | #use up to 8 channels, but do it in order, otherwice there will be problems setting the correct values over CAN |
| - | 18 | # set INVERT to 1 to invert pwm output |
|
| 20 |
|
19 | act_softPWM_PIN_0 = EXP_C |
| - | 20 | act_softPWM_PIN_0_INVERT = 0 |
|
| 21 |
|
21 | act_softPWM_PIN_1 = EXP_E |
| - | 22 | act_softPWM_PIN_1_INVERT = 0 |
|
| 22 |
|
23 | act_softPWM_PIN_2 = EXP_H |
| - | 24 | act_softPWM_PIN_2_INVERT = 0 |
|
| 23 |
|
25 | #act_softPWM_PIN_3 = EXP_xx |
| - | 26 | act_softPWM_PIN_3_INVERT = 0 |
|
| 24 |
|
27 | #act_softPWM_PIN_4 = EXP_xx |
| - | 28 | act_softPWM_PIN_4_INVERT = 0 |
|
| 25 |
|
29 | #act_softPWM_PIN_5 = EXP_xx |
| - | 30 | act_softPWM_PIN_5_INVERT = 0 |
|
| 26 |
|
31 | #act_softPWM_PIN_6 = EXP_xx |
| - | 32 | act_softPWM_PIN_6_INVERT = 0 |
|
| 27 |
|
33 | #act_softPWM_PIN_7 = EXP_xx |
| - | 34 | act_softPWM_PIN_7_INVERT = 0 |
|
| - | 35 | ||
| - | 36 | ||
| 28 | 37 | ||
| 29 | #the maximum of supported channels, must be set to x+1 when the highest PIN is PIN_x |
38 | #the maximum of supported channels, must be set to x+1 when the highest PIN is PIN_x |
| 30 | NUMBEROFCHANNELS = |
39 | NUMBEROFCHANNELS = 3 |
| 31 | 40 | ||
| 32 | #Uncomment to use the pcint driver |
41 | #Uncomment to use the pcint driver |
| 33 | #act_softPWM_DUMMY_PCINT=<PCINT> |
42 | #act_softPWM_DUMMY_PCINT=<PCINT> |
| 34 | 43 | ||
| 35 | ## End section act_softPWM -- Do not edit this line |
44 | ## End section act_softPWM -- Do not edit this line |