FRDM-K64F, Avnet M14A2A, Grove Shield, to create smart home system. In use with AT&Ts M2x & Flow.

Dependencies:   mbed FXOS8700CQ MODSERIAL

Revision:
61:f6b93129f954
Child:
68:6e311c747045
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cell_modem.h	Mon Aug 01 18:29:04 2016 +0000
@@ -0,0 +1,5 @@
+#ifndef __CELL_MODEM_H_
+#define __CELL_MODEM_H_
+int cell_modem_init();
+int cell_modem_Sendreceive(char* tx_string, char* rx_string);
+#endif
\ No newline at end of file