Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: SX1276PingPong_modtronix
Fork of SX1276Lib by
Diff: sx1276/sx1276-inAir.cpp
- Revision:
- 21:d3f64a075f0c
- Parent:
- 20:7cf7c08f0088
- Child:
- 22:20db480143c9
--- a/sx1276/sx1276-inAir.cpp Thu Apr 02 01:02:35 2015 +0000 +++ b/sx1276/sx1276-inAir.cpp Thu Apr 02 12:27:47 2015 +1100 @@ -146,7 +146,7 @@ nss = 1; spi.format( 8,0 ); //uint32_t frequencyToSet = 8000000; - // TEST TEST + // TEST TEST TEST uint32_t frequencyToSet = 1000000; //DJH - Reduced speed to 1MHz #if( defined ( TARGET_NUCLEO_L152RE ) || defined (TARGET_NUCLEO_F401RE) || defined ( TARGET_LPC11U6X ) || defined (TARGET_K64F) || defined ( TARGET_NZ32ST1L ) ) spi.frequency( frequencyToSet );