swathi B
/
F1NRFRx
this is full duplex led on/off involving 2 FRDM-KL25Z which act as trans recievers
Diff: main.cpp
- Revision:
- 1:f97915cf7a69
- Parent:
- 0:ec3b5f850a28
- Child:
- 2:f3f30833fd01
--- a/main.cpp Sat Dec 02 05:57:01 2017 +0000 +++ b/main.cpp Thu May 30 12:49:34 2019 +0000 @@ -14,7 +14,7 @@ char temp; my_nrf24l01p.powerUp(); - my_nrf24l01p.setRfFrequency(2410); + my_nrf24l01p.setRfFrequency(2411); // Display the (default) setup of the nRF24L01+ chip pc.printf( "nRF24L01+ Frequency : %d MHz\r\n", my_nrf24l01p.getRfFrequency() );