Version using RawSerial instead of Serial (thread safe)

Fork of FONA_Cellphone_Library by Dream Team

Revision:
3:7916fb0cc4b0
Parent:
2:f292ec14f01e
Child:
4:243ae42bfd65
--- a/Adafruit_FONA.h	Fri Jun 30 09:27:36 2017 +0000
+++ b/Adafruit_FONA.h	Tue Jul 04 08:40:08 2017 +0000
@@ -23,6 +23,7 @@
 #define ADAFRUIT_FONA_H
 
 #include "mbed.h"
+#include "rtos.h"
 
 //#define ADAFRUIT_FONA_DEBUG