Adafruit FONA 800H breakout

Dependencies:   mbed

Revision:
14:0c0bbca5ac26
Parent:
11:eb8938e62739
Child:
17:b01377595122
--- a/main.cpp	Mon Mar 28 12:20:13 2016 -0400
+++ b/main.cpp	Wed Mar 30 02:00:59 2016 +0000
@@ -46,7 +46,7 @@
 
 Serial pcSerial(USBTX, USBRX);
 Adafruit_FONA fona(FONA_TX, FONA_RX, FONA_RST, FONA_RI);
-uLCD_4DGL uLCD(p28,p27,p30);
+//uLCD_4DGL uLCD(p28,p27,p30);
 
 // Turn on a LED when somebody call the FONA
 DigitalOut led1(LED1); 
@@ -805,4 +805,3 @@
 {
     return (x - in_min) * (out_max - out_min) / (in_max - in_min) + out_min;
 }
-*/
\ No newline at end of file