cc3000 hostdriver with the mbed socket interface

Dependents:   cc3000_hello_world_demo cc3000_simple_socket_demo cc3000_ntp_demo cc3000_ping_demo ... more

Revision:
6:ac602a158403
Parent:
2:c43a6fe1f89a
Child:
11:5e3771b29385
--- a/cc3000.h	Thu Sep 26 19:50:37 2013 +0000
+++ b/cc3000.h	Thu Sep 26 19:54:01 2013 +0000
@@ -641,9 +641,6 @@
     static cc3000 *get_instance() {
         return _inst;
     }
-
-    int32_t readable(void);
-    uint8_t  getc(void);
 public:
     cc3000_simple_link  _simple_link;
     cc3000_event        _event;