standalone sx1276 demo program

Dependencies:   SX1276Lib mbed

Fork of SX1276_GPS by CaryCoders

Revision:
31:2c813f321db7
Parent:
29:0ea07cc7124b
Child:
32:a2472bbe7c92
--- a/main.h	Tue Jun 16 11:56:16 2015 +0000
+++ b/main.h	Tue Jul 14 14:58:23 2015 +0000
@@ -14,9 +14,11 @@
 */
 #ifndef __MAIN_H__
 #define __MAIN_H__
-#include "vt100.h"
 #include "lcdadafruit.h"
 #include "GPS.h"
+#include "enums.h"
+#include "typedefs.h"
+
 /*
  * Callback functions prototypes
  */
@@ -101,7 +103,7 @@
 extern uint16_t BufferSize;
 extern uint8_t BufferTx[];
 extern uint8_t BufferRx[];
-extern vt100 ctrl;
+// radfta extern vt100 ctrl;
 extern float Frequency;
 extern int TxPower;
 extern int Bandwidth;