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.

Committer:
rfinn
Date:
Fri Aug 12 21:47:22 2016 +0000
Revision:
72:0afdd141157c
Parent:
61:f6b93129f954
updated comment

Who changed what in which revision?

UserRevisionLine numberNew contents of line
stefanrousseau 61:f6b93129f954 1 #ifndef __CELL_MODEM_H_
stefanrousseau 61:f6b93129f954 2 #define __CELL_MODEM_H_
stefanrousseau 61:f6b93129f954 3 int cell_modem_init();
stefanrousseau 61:f6b93129f954 4 int cell_modem_Sendreceive(char* tx_string, char* rx_string);
stefanrousseau 61:f6b93129f954 5 #endif