Delta / Mbed 2 deprecated BLE_WIFIControl

Dependencies:   BLE_API WIFI_API_32kRAM mbed nRF51822

Fork of NNN40_WiFi by Delta

Revision:
5:383452fd78f2
Parent:
4:6e3cc0584ae9
Child:
6:9aad563fec38
--- a/WIFI_API/README.md	Mon Mar 23 01:57:58 2015 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-# NNN40 WI-FI SDK version 20150304d, release at 2015/3/17
-This is the export repo for the WIFI_API provided by Delta Electronics, Inc.
-
-# Updated in this version
-* Fix wifi inti fail (timing issue) issue
-* Change type of ap_ssid and ap_pw to char*
-* Command getNetworkMask() and getGateway()  
-* Bug fix: is_connect() return 0 when close() function is called
-* Bug fix: listen() return 0
-* Change TCP ERROR retry to 3 times
-* WIFI SPI interface change to SPI0
-* WIFI MAC Address readout from Flash
-
-# Supported functionalities 
-Currently supported  functionalities include:
-* IEEE 802.11 b/g/n connectivity
-* Station (STA) infrastructure mode
-* WEP/WPA/WPA2 security
-* DHCP Client and Static IPv4 addressing
-* TCP Server/Client
-* UDP Server/Client
-
-# Getting Started 
-This WIFI API is meant to be used on Delta NNN40 EVB. 
-A good starting point are these pages:
-* [WI-FI SDK User Guide](document come with WI-FI SDK deliver) for system overview, APIs summary and sample code
-* [EthernetInterface - Handbook](http://developer.mbed.org/handbook/Ethernet-Interface) a simple API that you will need to connect to the internet.
-* [Socket - Handbook](http://developer.mbed.org/handbook/Socket) a simple and consistent way to communicate using bsd-like TCP and UDP sockets over WI-FI 
\ No newline at end of file