Karkhana Makerspace
/
F1NRFRx
NEW NRF CODE
Revision 1:f97915cf7a69, committed 2019-05-30
- Comitter:
- mrbhatter
- Date:
- Thu May 30 12:49:34 2019 +0000
- Parent:
- 0:ec3b5f850a28
- Commit message:
- NEW CODE# NRF
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
diff -r ec3b5f850a28 -r f97915cf7a69 main.cpp --- 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() );
diff -r ec3b5f850a28 -r f97915cf7a69 mbed.bld --- a/mbed.bld Sat Dec 02 05:57:01 2017 +0000 +++ b/mbed.bld Thu May 30 12:49:34 2019 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/e7ca05fa8600 \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/5aab5a7997ee \ No newline at end of file