mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-03 03:57:51 +00:00
WFLY2: WBUS <-> PPM
This commit is contained in:
parent
e79ca9b7d7
commit
443c7a6b99
@ -104,9 +104,9 @@ static void __attribute__((unused)) WFLY2_build_packet()
|
||||
packet[0] = 0x05; //PPM/WBUS packet
|
||||
packet[5] = 0x01;
|
||||
if(option)
|
||||
packet[6] = 0x00; // WBUS
|
||||
else
|
||||
packet[6] = 0x01; // PPM
|
||||
else
|
||||
packet[6] = 0x00; // WBUS
|
||||
prev_option = option;
|
||||
}
|
||||
else
|
||||
|
@ -340,6 +340,8 @@ CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10
|
||||
---|---|---|---|---|---|---|---|---|----
|
||||
CH1|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10
|
||||
|
||||
Option is used to select between WBUS=0 and PPM=1
|
||||
|
||||
***
|
||||
# CC2500 RF Module
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user