Rev 1711 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1711 | Rev 1714 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | uint16_t ch6; |
34 | uint16_t ch6; |
| 35 | uint16_t ch7; |
35 | uint16_t ch7; |
| 36 | uint16_t ch8; |
36 | uint16_t ch8; |
| 37 | }; |
37 | }; |
| 38 | #endif |
38 | #endif |
| - | 39 | ||
| - | 40 | #define ACT_PCAPWM_MAX_DIM 10000UL |
|
| - | 41 | #define ACT_PCAPWM_MIN_DIM 0 |
|
| - | 42 | ||
| - | 43 | #define ACT_PCAPWM_DEMO_STATE_NOT_RUNNING 0 |
|
| - | 44 | #define ACT_PCAPWM_DEMO_STATE_DECREASE 1 |
|
| - | 45 | #define ACT_PCAPWM_DEMO_STATE_INCREASE 2 |
|
| - | 46 | #define ACT_PCAPWM_DEMO_STATE_GOBACK 3 |
|
| 39 | 47 | ||
| 40 | #endif // ACT_PCAPWM |
48 | #endif // ACT_PCAPWM |