CLI example for NNN50

Dependencies:   NNN50_WIFI_API

Fork of NNN50_WiFi_HelloWorld by Delta

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers wifi_cli.h Source File

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