ATT_SMS_System for home security system

Dependencies:   FXOS8700CQ MODSERIAL mbed-rtos mbed

Fork of ATT_Cellular_IOT_Button by Richard Finn

Committer:
natschwa
Date:
Mon Apr 30 17:14:34 2018 +0000
Revision:
73:4a7aa34332b9
Parent:
61:f6b93129f954
Working ATT_SMS_System

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