Simple example for SARA modem.
Dependencies: ublox-at-cellular-interface-n2xx ublox-at-cellular-interface ublox-cellular-base-n2xx ublox-cellular-base
Fork of example-ublox-cellular-interface by
Diff: main.cpp
- Revision:
- 5:bf352de1d3e5
- Parent:
- 4:3e2b789c3adc
- Child:
- 8:3e170c40a284
--- a/main.cpp Mon Jun 12 09:09:13 2017 +0000
+++ b/main.cpp Mon Jun 12 21:37:02 2017 +0000
@@ -112,8 +112,8 @@
int main()
{
UbloxATCellularInterface *interface = new UbloxATCellularInterface();
-// If you need to debug the cellular interface, comment out the
-// instantiation above and uncomment the one below.
+ // If you need to debug the cellular interface, comment out the
+ // instantiation above and uncomment the one below.
// UbloxATCellularInterface *interface = new UbloxATCellularInterface(MDMTXD, MDMRXD,
// MBED_CONF_UBLOX_CELL_BAUD_RATE,
// true);
