CLI example for NNN50
Dependencies: NNN50_WIFI_API
Fork of NNN50_WiFi_HelloWorld by
wifi_cli.h
00001 /* 00002 * wifi-cli.h 00003 * Copyright 2014 by Delta Corporation. All rights reserved. 00004 */ 00005 //#ifdef __cplusplus 00006 //extern "C" { 00007 //#endif 00008 #include "command-interpreter.h" 00009 extern CyntecCommandEntry wifiCommandSets[]; 00010 #include <stdlib.h> 00011 #include <string.h> 00012 #include "mbed.h" 00013 #include "WIFIDevice.h" 00014 #include "EthernetInterface.h" 00015 //#ifdef __cplusplus 00016 //} 00017 //#endif 00018 00019 00020
Generated on Thu Jul 14 2022 01:45:52 by
1.7.2
