SX1276 library for modtronix inair9. Edited for use with NRF51DK board.

Dependents:   InAir9_PingPong

Fork of SX1276Lib_modtronix by modtronix H

Revision:
21:d3f64a075f0c
Parent:
20:7cf7c08f0088
Child:
22:20db480143c9
diff -r 7cf7c08f0088 -r d3f64a075f0c sx1276/sx1276-inAir.cpp
--- 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 );