A simple project for sending button input up to AT&T Flow

Dependencies:   FXOS8700CQ MODSERIAL mbed

For instructions on using this program, see the AT&T Starter Kit tutorial on it.

cell_modem.h

Committer:
rfinn
Date:
2016-08-12
Revision:
72:0afdd141157c
Parent:
61:f6b93129f954

File content as of revision 72:0afdd141157c:

#ifndef __CELL_MODEM_H_
#define __CELL_MODEM_H_
int cell_modem_init();
int cell_modem_Sendreceive(char* tx_string, char* rx_string);
#endif