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.
Dependents: cc3000_hello_world_demo cc3000_simple_socket_demo cc3000_ntp_demo cc3000_ping_demo ... more


Have added the follow functions, populated upon receipt of the DHCP usync callback,
cc3000::getMACAddress() cc3000::getIPAddress() cc3000::getGateway() cc3000::getNetworkMask()
these return strings as the ethernet library does, to enable this functionality #define CC3000_ETH_COMPAT in cc3000.h. Shall submit a push once tested.