Remote TX using NUCLEO_L152RE + AUREL RTX-MID-3V (Sub1GHz module). This SW working in conjunction of the RX part that is: Remote RX using NUCLEO_L152RE + AUREL RTX-MID-3V (Sub1GHz module)
Diff: main.cpp
- Revision:
- 1:c11167ef6bd1
- Parent:
- 0:6877fadef7d5
- Child:
- 2:a03e59525e5b
--- a/main.cpp Sun Jan 08 01:54:02 2017 +0000 +++ b/main.cpp Sun Jan 08 11:13:12 2017 +0000 @@ -196,6 +196,8 @@ } // myled = ON; wait(2); + RTX_StartUp(); + wait(1); MemBB = NotPressed; EndBBpressed: RTX_RX(); // RTX-MID on RX mode @@ -233,6 +235,8 @@ } // myled = OFF; wait(2); + RTX_StartUp(); + wait(1); MemBB = Pressed; EndBBnotpressed: RTX_RX(); // RTX-MID on RX mode