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