Robert Bui / Mbed 2 deprecated CubicHand

Dependencies:   MMA8451Q Multi_WS2811 NVIC_set_all_priorities TSI cc3000_hostdriver_mbedsocket mbed

Fork of CubicHand by Model-Based Team

Files at this revision

API Documentation at this revision

Comitter:
kalbers
Date:
Fri Dec 05 21:55:25 2014 +0000
Parent:
6:9a6c0c98e694
Child:
9:6d122c16efb7
Commit message:
Fixed memory leak with cc3000 class new declaration.

Changed in this revision

GloveWifi.cpp Show annotated file Show diff for this revision Revisions of this file
LEDTape_WS2812.lib Show annotated file Show diff for this revision Revisions of this file
--- a/GloveWifi.cpp	Fri Dec 05 21:41:25 2014 +0000
+++ b/GloveWifi.cpp	Fri Dec 05 21:55:25 2014 +0000
@@ -71,6 +71,7 @@
 {
     socket.close();
     wifi->disconnect();
+    delete wifi;
 }
 
 uint8_t GloveWifi::GetDataFromBuffer(uint8_t * buf, uint16_t size)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LEDTape_WS2812.lib	Fri Dec 05 21:55:25 2014 +0000
@@ -0,0 +1,1 @@
+http://developer.mbed.org/users/okini3939/code/LEDTape_WS2812/#d067ddfe3df9