Rev 1532 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1532 | Rev 1535 | ||
|---|---|---|---|
| Line 18... | Line 18... | ||
| 18 | 18 | ||
| 19 | //to use PCINT lib. uncomment the line below |
19 | //to use PCINT lib. uncomment the line below |
| 20 | #include <drivers/mcu/pcint.h> |
20 | #include <drivers/mcu/pcint.h> |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | |
23 | #if act_protectedOutput_EEPROM_ENABLED == 1 |
| 24 | typedef struct { |
24 | typedef struct { |
| 25 | ///TODO: Define EEPROM variables needed by the module |
25 | ///TODO: Define EEPROM variables needed by the module |
| 26 | #if act_protectedOutput_CH_COUNT >= 1 |
26 | #if act_protectedOutput_CH_COUNT >= 1 |
| 27 | uint8_t ch0; |
27 | uint8_t ch0; |
| 28 | #endif |
28 | #endif |