Rev 1156 | Rev 1183 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1156 | Rev 1180 | ||
|---|---|---|---|
| Line 25... | Line 25... | ||
| 25 | 25 | ||
| 26 | 26 | ||
| 27 | #ifdef act_softPWM_USEEEPROM |
27 | #ifdef act_softPWM_USEEEPROM |
| 28 | struct act_softPWM_Data{ |
28 | struct act_softPWM_Data{ |
| 29 | ///TODO: Define EEPROM variables needed by the module |
29 | ///TODO: Define EEPROM variables needed by the module |
| 30 |
|
30 | uint16_t PwmPeriod; |
| 31 | uint16_t |
31 | uint16_t defaultPwmValue; |
| - | 32 | uint8_t defaultStates; |
|
| - | 33 | uint8_t ReportInterval; |
|
| 32 | }; |
34 | }; |
| 33 | #endif |
35 | #endif |
| 34 | 36 | ||
| 35 | #endif // ACT_SOFTPWM |
37 | #endif // ACT_SOFTPWM |