Rev 2121 | Rev 2200 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 2121 | Rev 2198 | ||
|---|---|---|---|
| Line 8... | Line 8... | ||
| 8 | IR_RX_ACTIVE_LOW=1 |
8 | IR_RX_ACTIVE_LOW=1 |
| 9 | IR_TX_ACTIVE_LOW=0 |
9 | IR_TX_ACTIVE_LOW=0 |
| 10 | 10 | ||
| 11 | IR_SUPPORTED_NUM_CHANNELS=2 |
11 | IR_SUPPORTED_NUM_CHANNELS=2 |
| 12 | MAX_NR_TIMES=150 |
12 | MAX_NR_TIMES=150 |
| 13 |
|
13 | IR_MAX_PULSE_WIDTH=4000UL |
| 14 | 14 | ||
| 15 | #IR_RX_CONTINUOUS_MODE=1 |
15 | #IR_RX_CONTINUOUS_MODE=1 |
| 16 |
|
16 | #IR_MIN_PULSE_WIDTH=120UL |
| 17 |
|
17 | IR_MIN_STARTPULSE_WIDTH=8000UL |
| 18 | 18 | ||
| - | 19 | # This may need to be changed if new protocols are introduced which have a lower number of pulses |
|
| - | 20 | sns_rfTransceive_MIN_NUM_PULSES=80 |
|
| - | 21 | ||
| 19 | # Transmit |
22 | # Transmit 433MHz RF |
| 20 | sns_rfTransceive_TX_PIN=GPIO_B1 |
23 | sns_rfTransceive_TX_PIN=GPIO_B1 |
| 21 | sns_rfTransceive_TX_REPEATE_TIMER=0x1 /* <TIMER> -- DO NOT REMOVE THIS COMMENT -- */ |
24 | sns_rfTransceive_TX_REPEATE_TIMER=0x1 /* <TIMER> -- DO NOT REMOVE THIS COMMENT -- */ |
| 22 | 25 | ||
| 23 | # Receive |
26 | # Receive 433MHz RF |
| 24 | sns_rfTransceive_RX_PIN=GPIO_D2 |
27 | sns_rfTransceive_RX_PIN=GPIO_D2 |
| 25 | sns_rfTransceive_RX_PCINT=0x0 /* <PCINT> -- DO NOT REMOVE THIS COMMENT -- */ |
28 | sns_rfTransceive_RX_PCINT=0x0 /* <PCINT> -- DO NOT REMOVE THIS COMMENT -- */ |
| 26 | sns_rfTransceive_RX_REPEATE_TIMER=0x3 /* <TIMER> -- DO NOT REMOVE THIS COMMENT -- */ |
29 | sns_rfTransceive_RX_REPEATE_TIMER=0x3 /* <TIMER> -- DO NOT REMOVE THIS COMMENT -- */ |
| 27 | 30 | ||
| 28 | IR_PROTOCOLS_USE_SIRC=0 |
31 | IR_PROTOCOLS_USE_SIRC=0 |