u-blox modem SMS test

Dependencies:   UbloxUSBModem mbed

Committer:
mbed_official
Date:
Tue Jun 03 11:30:56 2014 +0100
Revision:
6:3fc2d445d923
Parent:
1:f21c25203532
Synchronized with git revision bcacbb9fbf3432829227430830cca4315b57c1b9

Full URL: https://github.com/mbedmicro/mbed/commit/bcacbb9fbf3432829227430830cca4315b57c1b9/

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bogdanm 1:f21c25203532 1 #ifndef SMSTEST_H_
bogdanm 1:f21c25203532 2 #define SMSTEST_H_
bogdanm 1:f21c25203532 3
bogdanm 1:f21c25203532 4 #include "CellularModem.h"
bogdanm 1:f21c25203532 5
bogdanm 1:f21c25203532 6 void smstest(CellularModem&);
bogdanm 1:f21c25203532 7
bogdanm 1:f21c25203532 8 #endif
bogdanm 1:f21c25203532 9