Rev 1931 | Rev 2198 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1931 | Rev 2121 | ||
|---|---|---|---|
| Line 22... | Line 22... | ||
| 22 | 22 | ||
| 23 | # Receive Nexa |
23 | # Receive Nexa |
| 24 | sns_rfTransceive_RX_PIN=GPIO_D2 |
24 | sns_rfTransceive_RX_PIN=GPIO_D2 |
| 25 | sns_rfTransceive_RX_PCINT=0x0 /* <PCINT> -- DO NOT REMOVE THIS COMMENT -- */ |
25 | sns_rfTransceive_RX_PCINT=0x0 /* <PCINT> -- DO NOT REMOVE THIS COMMENT -- */ |
| 26 | sns_rfTransceive_RX_REPEATE_TIMER=0x3 /* <TIMER> -- DO NOT REMOVE THIS COMMENT -- */ |
26 | sns_rfTransceive_RX_REPEATE_TIMER=0x3 /* <TIMER> -- DO NOT REMOVE THIS COMMENT -- */ |
| - | 27 | ||
| - | 28 | IR_PROTOCOLS_USE_SIRC=0 |
|
| - | 29 | IR_PROTOCOLS_USE_RC5=0 |
|
| - | 30 | IR_PROTOCOLS_USE_SHARP=0 |
|
| - | 31 | IR_PROTOCOLS_USE_NEC=0 |
|
| - | 32 | IR_PROTOCOLS_USE_SAMSUNG=0 |
|
| - | 33 | IR_PROTOCOLS_USE_MARANTZ=0 |
|
| - | 34 | IR_PROTOCOLS_USE_PANASONIC=0 |
|
| - | 35 | IR_PROTOCOLS_USE_SKY=0 |
|
| - | 36 | IR_PROTOCOLS_USE_NEXA2=1 |
|
| - | 37 | IR_PROTOCOLS_USE_NEXA1=1 |
|
| 27 | 38 | ||
| 28 | ## End section sns_rfTransceive -- Do not edit this line |
39 | ## End section sns_rfTransceive -- Do not edit this line |