Rev 1385 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1385 | Rev 1396 | ||
|---|---|---|---|
| Line 22... | Line 22... | ||
| 22 | PID_PWM_ACTUATOR=0 |
22 | PID_PWM_ACTUATOR=0 |
| 23 | 23 | ||
| 24 | #Uncomment the line below if you want to use EEPROM with this module, dont forget to also uncomment the line in sources.list |
24 | #Uncomment the line below if you want to use EEPROM with this module, dont forget to also uncomment the line in sources.list |
| 25 | act_PID_USEEEPROM=1 |
25 | act_PID_USEEEPROM=1 |
| 26 | 26 | ||
| 27 |
|
27 | DEFAULT_PWM_VALUE=2090 |
| 28 | MIN_PWM_VALUE=1000 |
28 | MIN_PWM_VALUE=1000 |
| 29 | MAX_PWM_VALUE=9900 |
29 | MAX_PWM_VALUE=9900 |
| 30 | 30 | ||
| 31 | act_PID_ID=<ID> |
31 | act_PID_ID=<ID> |
| 32 | act_PID_TIMER=<TIMER> |
32 | act_PID_TIMER=<TIMER> |