Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C027_Support mbed
Fork of c027_prototyping by
Diff: sms_lib.h
- Revision:
- 17:726bbc1b73ee
- Parent:
- 10:b9ca12e9bb34
--- a/sms_lib.h Wed Oct 01 08:47:54 2014 +0000
+++ b/sms_lib.h Sun Oct 05 12:38:04 2014 +0000
@@ -8,7 +8,7 @@
char *msg_buf;
};
-int init_sms_features(MDMSerial *_mdm);
+int init_sms_features(MDMSerial *_mdm, char* SIMPIN);
int send_sms(struct sms_data_t *sms);
int read_sms(struct sms_data_t *sms);
