Prototyping the Adaptable Emergency System on an C027 board.

Dependencies:   C027_Support mbed

Fork of c027_prototyping by Philémon Favrod

sms_lib.h

Committer:
aroulin
Date:
2014-09-30
Revision:
4:f1708f6ec905
Parent:
2:0eb41327c023
Child:
5:6d0cdd715100

File content as of revision 4:f1708f6ec905:

#ifndef __SMS_LIB_H__
#define __SMS_LIB_H__

struct sms_data_t {
    char *phone_num;
    char *msg_buf;
};

int init_sms_features(void);


#endif