u-blox modem SMS test

Dependencies:   UbloxUSBModem mbed

Committer:
bogdanm
Date:
Mon Oct 21 14:40:27 2013 +0300
Revision:
1:f21c25203532
Add missing sources.

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