joey shelton / LED_Demo

Dependencies:   MAX44000 PWM_Tone_Library nexpaq_mdk

Fork of LED_Demo by Maxim nexpaq

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers smstest.h Source File

smstest.h

00001 #ifndef SMSTEST_H_
00002 #define SMSTEST_H_
00003 
00004 #include "CellularModem.h"
00005 
00006 void smstest(CellularModem&);
00007 
00008 #endif
00009