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: Bonjour OSCReceiver TextLCD mbed mbed-rpc BurstSPI DebouncedInterrupt FastIO MIDI OSC OSCtoCV ClockControl
Revision 11:ef7610cd7ebe, committed 2013-03-30
- Comitter:
- casiotone401
- Date:
- Sat Mar 30 00:32:20 2013 +0000
- Parent:
- 10:ccfeb687c3f2
- Child:
- 12:33c8f06c2e03
- Commit message:
- bug fix&update library
Changed in this revision
--- a/Bonjour.lib Sat Mar 23 11:24:13 2013 +0000 +++ b/Bonjour.lib Sat Mar 30 00:32:20 2013 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/casiotone401/code/Bonjour/#49bbbeb999b9 +http://mbed.org/users/casiotone401/code/Bonjour/#105191e07767
--- a/main.cpp Sat Mar 23 11:24:13 2013 +0000
+++ b/main.cpp Sat Mar 30 00:32:20 2013 +0000
@@ -580,7 +580,7 @@
inline void SetCV()
{
static int ch, quan;
- float glidecv[8], oldcv[8];
+ static float glidecv[8], oldcv[8];
unsigned int cv[8];
float qcv;
@@ -1120,7 +1120,7 @@
if(recvlen <= 0) break;
- if(!strncmp(buf, "#", 1)) // #bundle
+ if(buf[0] == '#') // #bundle
{
messagepos += 16; // skip #bundle & timetag
recvlen -= 16;
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-rpc.lib Sat Mar 30 00:32:20 2013 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed-rpc/#efe8172b4113
--- a/mbed.bld Sat Mar 23 11:24:13 2013 +0000 +++ b/mbed.bld Sat Mar 30 00:32:20 2013 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/737756e0b479 \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/5e5da4a5990b \ No newline at end of file