see: https://developer.mbed.org/users/phsfan/notebook/phsshield/

Dependencies:   a3gs mbed

Fork of PHSShield_httpGET by phs fan

Revision:
2:12760b453533
Parent:
1:c2c4efc7a033
Child:
3:952c3b733e4a
--- a/main.cpp	Fri Mar 20 05:14:54 2015 +0000
+++ b/main.cpp	Fri Mar 20 08:20:46 2015 +0000
@@ -4,7 +4,9 @@
 Serial pc(USBTX, USBRX);
 DigitalOut myled(LED1);
 
-A3GS a3gs(p28, p27, p29, p23, p11, 9600); // tx, rx, interrupt, power, regulator
+//        tx, rx, interrupt, power, regulator
+A3GS a3gs(p28, p27, p29, p23, p11, 9600); // mbeduino (LPC1768)
+//A3GS a3gs(PA_11, PA_12, D2, D6, D7, 9600); // Nucleo STM32F401RE
 
 const char *server = "developer.mbed.org";
 const char *path = "/media/uploads/phsfan/hello.txt";