fork test
Dependencies: BLE_API WIFI_API_32kRAM mbed nRF51822
Fork of NNN40_CLI by
CLI_Source/wifi_cli.h
- Committer:
- gillwei7
- Date:
- 2016-09-08
- Revision:
- 16:fb86721db53d
- Parent:
- 9:ff3ccba5dc16
File content as of revision 16:fb86721db53d:
/* * wifi-cli.h * Copyright 2014 by Delta Corporation. All rights reserved. */ //#ifdef __cplusplus //extern "C" { //#endif #include "command-interpreter.h" extern CyntecCommandEntry wifiCommandSets[]; #include <stdlib.h> #include <string.h> #include "mbed.h" #include "WIFIDevice.h" #include "EthernetInterface.h" //#ifdef __cplusplus //} //#endif