Rev 1922 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1922 | Rev 1978 | ||
|---|---|---|---|
| Line 43... | Line 43... | ||
| 43 | 43 | ||
| 44 | 44 | ||
| 45 | #define TRUE 1 |
45 | #define TRUE 1 |
| 46 | #define FALSE 0 |
46 | #define FALSE 0 |
| 47 | 47 | ||
| 48 | |
48 | #ifndef sns_rfTransceive_USEEEPROM |
| - | 49 | #define sns_rfTransceive_USEEEPROM 0 |
|
| - | 50 | #endif |
|
| - | 51 | ||
| - | 52 | #if sns_rfTransceive_USEEEPROM==1 |
|
| 49 | struct sns_rfTransceive_Data{ |
53 | struct sns_rfTransceive_Data{ |
| 50 | ///TODO: Define EEPROM variables needed by the module |
54 | ///TODO: Define EEPROM variables needed by the module |
| 51 | uint8_t x; |
55 | uint8_t x; |
| 52 | uint16_t y; |
56 | uint16_t y; |
| 53 | }; |
57 | }; |