Rev 1184 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1184 | Rev 1369 | ||
|---|---|---|---|
| Line 24... | Line 24... | ||
| 24 | void act_softPWM_List(uint8_t ModuleSequenceNumber); |
24 | void act_softPWM_List(uint8_t ModuleSequenceNumber); |
| 25 | 25 | ||
| 26 | #ifdef act_softPWM_USEEEPROM |
26 | #ifdef act_softPWM_USEEEPROM |
| 27 | struct act_softPWM_Data{ |
27 | struct act_softPWM_Data{ |
| 28 | ///TODO: Define EEPROM variables needed by the module |
28 | ///TODO: Define EEPROM variables needed by the module |
| 29 | uint16_t |
29 | uint16_t maxTimer; |
| 30 | uint16_t defaultPwmValue; |
- | |
| 31 | uint8_t |
30 | uint8_t resolution; |
| 32 | uint8_t ReportInterval; |
31 | uint8_t ReportInterval; |
| 33 | }; |
32 | }; |
| 34 | #endif |
33 | #endif |
| 35 | 34 | ||
| 36 | #endif // ACT_SOFTPWM |
35 | #endif // ACT_SOFTPWM |