Driver for the SX1276 RF Transceiver(Updated to work with nucleo, tested with L073RZ)

Fork of SX1276Lib by Semtech

Files at this revision

API Documentation at this revision

Comitter:
GregCr
Date:
Fri Sep 26 12:59:57 2014 +0000
Parent:
8:0fe3e0e8007b
Child:
10:4a0720f9b7a3
Child:
11:ce0cdab5137a
Commit message:
Removed unused variables

Changed in this revision

sx1276/sx1276.h Show annotated file Show diff for this revision Revisions of this file
typedefs/typedefs.h Show annotated file Show diff for this revision Revisions of this file
--- a/sx1276/sx1276.h	Tue Sep 23 14:11:27 2014 +0000
+++ b/sx1276/sx1276.h	Fri Sep 26 12:59:57 2014 +0000
@@ -32,9 +32,6 @@
 /*!
  * Constant values need to compute the RSSI value
  */
-#define NOISE_ABSOLUTE_ZERO                         -174.0
-#define NOISE_FIGURE_LF                             4.0
-#define NOISE_FIGURE_HF                             6.0
 #define RSSI_OFFSET_LF                              -164.0
 #define RSSI_OFFSET_HF                              -157.0
 
--- a/typedefs/typedefs.h	Tue Sep 23 14:11:27 2014 +0000
+++ b/typedefs/typedefs.h	Fri Sep 26 12:59:57 2014 +0000
@@ -19,7 +19,6 @@
 #include "./enums/enums.h"
 
 class SX1276;
-class SX1276FrdmExtBoard;
 class SX1276MB1xAS;
 /*!
  * Hardware IO IRQ callback function definition
@@ -31,7 +30,6 @@
  */
 typedef void ( SX1276::*Trigger )( void );
 typedef void ( SX1276MB1xAS::*TriggerMB1xAS )( void );
-typedef void ( SX1276FrdmExtBoard::*TriggerFrdmExtBoard )( void );
 
 /*!
  * FSK bandwidth definition