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
c877768904
commit
c94f9e01e2
@ -165,7 +165,6 @@ void setup()
|
|||||||
#if defined TELEMETRY
|
#if defined TELEMETRY
|
||||||
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 TARANIS
|
#if defined TARANIS
|
||||||
TX_INV_on;
|
TX_INV_on;
|
||||||
RX_INV_on;
|
RX_INV_on;
|
||||||
@ -173,7 +172,6 @@ void setup()
|
|||||||
TX_INV_off;
|
TX_INV_off;
|
||||||
RX_INV_off;
|
RX_INV_off;
|
||||||
#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