Rev 1119 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1119 | Rev 1978 | ||
|---|---|---|---|
| Line 20... | Line 20... | ||
| 20 | void act_SlowPWM_HandleMessage(StdCan_Msg_t *rxMsg); |
20 | void act_SlowPWM_HandleMessage(StdCan_Msg_t *rxMsg); |
| 21 | void act_SlowPWM_List(uint8_t ModuleSequenceNumber); |
21 | void act_SlowPWM_List(uint8_t ModuleSequenceNumber); |
| 22 | 22 | ||
| 23 | #define PWMSENSORID 0 |
23 | #define PWMSENSORID 0 |
| 24 | 24 | ||
| 25 | |
25 | #ifndef act_SlowPWM_USEEEPROM |
| - | 26 | #define act_SlowPWM_USEEEPROM 0 |
|
| - | 27 | #endif |
|
| - | 28 | ||
| - | 29 | #if act_SlowPWM_USEEEPROM==1 |
|
| 26 | struct act_SlowPWM_Data{ |
30 | struct act_SlowPWM_Data{ |
| 27 | ///TODO: Define EEPROM variables needed by the module |
31 | ///TODO: Define EEPROM variables needed by the module |
| 28 | uint16_t PwmPeriod; |
32 | uint16_t PwmPeriod; |
| 29 | uint16_t defaultPwmValue; |
33 | uint16_t defaultPwmValue; |
| 30 | uint8_t defaultStates; |
34 | uint8_t defaultStates; |