u-blox modem SMS test

Dependencies:   UbloxUSBModem mbed

smstest.h

Committer:
bogdanm
Date:
2013-10-21
Revision:
1:f21c25203532

File content as of revision 1:f21c25203532:

#ifndef SMSTEST_H_
#define SMSTEST_H_

#include "CellularModem.h"

void smstest(CellularModem&);

#endif