Kojto CC3000 Hostdriver With Mbed Socket interface

Dependents:   WiFiDip-KitchenSink WiFiDip-UsbKitchenSink WiFiDipCortexSensor WifiDipCortex-UDPDemo

Fork of cc3000_hostdriver_mbedsocket by Martin Kojtal

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;