Rev 1177 | Rev 1184 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1177 | Rev 1180 | ||
|---|---|---|---|
| Line 2... | Line 2... | ||
| 2 | 2 | ||
| 3 | #Uncomment the line below if you want to use EEPROM with this module, dont forget to also uncomment the line in sources.list |
3 | #Uncomment the line below if you want to use EEPROM with this module, dont forget to also uncomment the line in sources.list |
| 4 |
|
4 | act_softPWM_USEEEPROM=1 |
| 5 | 5 | ||
| 6 | act_softPWM_ID=<ID> |
6 | act_softPWM_ID=<ID> |
| 7 | #act_softPWM_DUMMY=1 |
7 | #act_softPWM_DUMMY=1 |
| 8 | act_softPWM_TIMER=<TIMER> |
8 | act_softPWM_TIMER=<TIMER> |
| - | 9 | act_softPWM_SEND_TIMER=<TIMER> |
|
| - | 10 | ||
| - | 11 | #use up to 8 channels, but do it in order, otherwice there will be problems setting the correct values over CAN |
|
| 9 | PIN_0 = EXP_C |
12 | PIN_0 = EXP_C |
| 10 | PIN_1 = EXP_E |
13 | PIN_1 = EXP_E |
| 11 | PIN_2 = EXP_H |
14 | PIN_2 = EXP_H |
| - | 15 | #PIN_3 = EXP_xx |
|
| - | 16 | #PIN_4 = EXP_xx |
|
| - | 17 | #PIN_5 = EXP_xx |
|
| - | 18 | #PIN_6 = EXP_xx |
|
| - | 19 | #PIN_7 = EXP_xx |
|
| 12 | 20 | ||
| 13 | #Uncomment to use the pcint driver |
21 | #Uncomment to use the pcint driver |
| 14 | #act_softPWM_DUMMY_PCINT=<PCINT> |
22 | #act_softPWM_DUMMY_PCINT=<PCINT> |
| 15 | 23 | ||
| 16 | ## End section act_softPWM -- Do not edit this line |
24 | ## End section act_softPWM -- Do not edit this line |