u-blox modem SMS test

Dependencies:   UbloxUSBModem mbed

Revision:
1:f21c25203532
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/smstest.h	Mon Oct 21 14:40:27 2013 +0300
@@ -0,0 +1,9 @@
+#ifndef SMSTEST_H_
+#define SMSTEST_H_
+
+#include "CellularModem.h"
+
+void smstest(CellularModem&);
+
+#endif
+