DMX interface (DMX in/out, Art-Net in/out, DMX patch) http://mbed.org/users/okini3939/notebook/dmx-platform/

Dependencies:   ChaNFSSD EthernetNetIf mbed ConfigFile ChaNFS DmxArtNet

Revision:
0:41b699bbda83
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dmx_patch.h	Thu Mar 01 01:40:07 2012 +0000
@@ -0,0 +1,25 @@
+/*
+ * DMX Station - mbed DMX Platform
+ * Copyright (c) 2012 Hiroshi Suga
+ * Released under the MIT License: http://mbed.org/license/mit
+ */
+
+#define DEST_NUM 5
+#define SRC_NUM 5
+/*
+#define DMX0 1
+#define DMX1 2
+#define ARTNET0 3
+#define ARTNET1 4
+#define RF 5
+#define CV2DMX 5
+*/
+struct TPatch {
+    short port;
+    short addr;
+};
+
+
+int load_patch ();
+void patch ();
+