pin pong

Dependents:   SX1272PingPong

Fork of SX1276Lib by Semtech

Revision:
23:273a2f93ae99
Parent:
22:7f3aab69cca9
--- a/typedefs/typedefs.h	Thu Nov 26 16:55:15 2015 +0000
+++ b/typedefs/typedefs.h	Tue Feb 09 02:05:06 2016 +0000
@@ -18,18 +18,18 @@
 #include "mbed.h"
 #include "./enums/enums.h"
 
-class SX1276;
-class SX1276MB1xAS;
+class SX1272;
+class SX1272MB1xAS;
 /*!
  * Hardware IO IRQ callback function definition
  */
-typedef void ( SX1276::*DioIrqHandler )( void );
+typedef void ( SX1272::*DioIrqHandler )( void );
 
 /*!
  * triggers definition
  */
-typedef void ( SX1276::*Trigger )( void );
-typedef void ( SX1276MB1xAS::*TriggerMB1xAS )( void );
+typedef void ( SX1272::*Trigger )( void );
+typedef void ( SX1272MB1xAS::*TriggerMB1xAS )( void );
 
 /*!
  * FSK bandwidth definition