Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of FONA_CellPhone by
Diff: main.cpp
- 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
