Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of M2XStreamClient by
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
Generated on Wed Jul 13 2022 05:32:06 by
