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 httptest.h Source File

httptest.h

00001 #ifndef HTTPTEST_H_
00002 #define HTTPTEST_H_
00003 
00004 #include "CellularModem.h"
00005 
00006 int httptest(CellularModem& modem, const char* apn = NULL, const char* username = NULL, const char* password= NULL);
00007 
00008 #endif
00009