mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-07-03 12:07:52 +00:00
Update Multiprotocol.ino
This commit is contained in:
parent
ab4771c6ab
commit
c877768904
@ -166,15 +166,14 @@ void setup()
|
|||||||
pinMode(TX_INV_pin,OUTPUT);
|
pinMode(TX_INV_pin,OUTPUT);
|
||||||
pinMode(RX_INV_PIN,OUTPUT);
|
pinMode(RX_INV_PIN,OUTPUT);
|
||||||
#if defined STM32_board
|
#if defined STM32_board
|
||||||
#if defined TARANIS
|
#if defined TARANIS
|
||||||
TX_INV_on;
|
TX_INV_on;
|
||||||
RX_INV_on;
|
RX_INV_on;
|
||||||
#else
|
#else
|
||||||
TX_INV_off;
|
TX_INV_off;
|
||||||
RX_INV_off;
|
RX_INV_off;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
//pinMode(SDI_pin,OUTPUT);
|
//pinMode(SDI_pin,OUTPUT);
|
||||||
//pinMode(SCK_pin,OUTPUT);//spi pins initialized with spi init
|
//pinMode(SCK_pin,OUTPUT);//spi pins initialized with spi init
|
||||||
|
Loading…
x
Reference in New Issue
Block a user