u-blox modem SMS test

Dependencies:   UbloxUSBModem mbed

smstest.h

Committer:
mbed_official
Date:
2014-06-03
Revision:
6:3fc2d445d923
Parent:
1:f21c25203532

File content as of revision 6:3fc2d445d923:

#ifndef SMSTEST_H_
#define SMSTEST_H_

#include "CellularModem.h"

void smstest(CellularModem&);

#endif