SKTelecom_ThingPlug / GMMP_mbed

Dependents:   ThingPlug_WiFi_Example_2 ThingPlug_Ethernet_Example ThingPlug_Ethernet_Example_temp_V2

Fork of GMMP_2 by Sangmin Lee

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Utility.h Source File

Utility.h

00001 #ifndef UTILITY_H_
00002 #define UTILITY_H_
00003 
00004 #include "mbed.h"
00005 #include <string.h>
00006 
00007 #ifdef __cplusplus
00008 extern "C" {
00009 #endif
00010 
00011 void delay(int ms);
00012 char* strdup(const char* s);
00013 
00014 #ifdef __cplusplus
00015 }
00016 #endif
00017 
00018 #endif