Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MMA8451Q Multi_WS2811 NVIC_set_all_priorities TSI cc3000_hostdriver_mbedsocket mbed
Fork of CubicHand by
Revision 7:79cd3cf6daea, committed 2014-12-05
- 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
