cc3000 hostdriver with the mbed socket interface
Fork of cc3000_hostdriver_mbedsocket by
Diff: cc3000.h
- Revision:
- 38:1d374a7f0c0d
- Parent:
- 35:9dd909fb7caf
- Child:
- 39:03ac37ab34eb
--- a/cc3000.h Tue Oct 08 16:38:08 2013 +0200 +++ b/cc3000.h Tue Oct 08 22:37:53 2013 +0000 @@ -55,19 +55,19 @@ */ // Debug - Socket interface messages -//#define CC3000_DEBUG_SOCKET +#define CC3000_DEBUG_SOCKET // Debug - HCI TX messages -//#define CC3000_DEBUG_HCI_TX +#define CC3000_DEBUG_HCI_TX // Debug - HCI Rx messages -//#define CC3000_DEBUG_HCI_RX +#define CC3000_DEBUG_HCI_RX // Debug - General Debug -//#define CC3000_DEBUG +#define CC3000_DEBUG // Add colour to the debug messages, requires a VT100 terminal like putty, comment out to remove -//#define VT100_COLOUR +#define VT100_COLOUR #ifdef CC3000_DEBUG_SOCKET