LineLedControl

Dependencies:   EthernetNetIf LPD8806 mbed

Fork of OSCReceiver by Shigeki KOMATSU

Revision:
1:e0714e1a1568
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/OscManager/OscManager.h	Mon Aug 26 17:22:36 2013 +0000
@@ -0,0 +1,17 @@
+#ifndef OscManager_h
+#define OscManager_h
+
+#include "mbed.h"
+#include "EthernetNetIf.h"
+#include "UDPSocket.h"
+
+#define INPUT_PORT 5678
+
+class OscManager
+{
+    public:
+    
+    private:
+};
+
+#endif
\ No newline at end of file