xshige & Radio Junk Box's OSCReceiver modded version(#define INPUT_PORT >> extern) http://mbed.org/users/radiojunkbox/code/KAMUI_OSC-CV_Example/ http://mbed.org/users/xshige/programs/OSCReceiver/

Dependents:   OSCtoCVConverter

Revision:
1:3d6dc580b565
Parent:
0:4ce7c0ce6a66
Child:
2:6dab18e1eb37
--- a/OSCReceiver.h	Fri Dec 21 13:14:14 2012 +0000
+++ b/OSCReceiver.h	Sat Mar 23 11:15:37 2013 +0000
@@ -25,6 +25,6 @@
         char _b[4]; // endian conversion temp variable
 };
  
-void getOSCmsg(char *packet , union OSCarg *msg);
+int getOSCmsg(char *packet , union OSCarg *msg);
  
 #endif
\ No newline at end of file