cc3000 hostdriver with the mbed socket interface

Dependents:   cc3000_hello_world_demo cc3000_simple_socket_demo cc3000_ntp_demo cc3000_ping_demo ... more

Files at this revision

API Documentation at this revision

Comitter:
Kojto
Date:
Thu Sep 26 19:54:01 2013 +0000
Parent:
5:245ac5b73132
Child:
7:99b75a51e168
Commit message:
removed 2 unused methods in cc3000 class

Changed in this revision

cc3000.h Show annotated file Show diff for this revision Revisions of this file
--- 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;