DMX512, RDM send/recv library http://mbed.org/users/okini3939/notebook/dmx512

Dependents:   dmx_test ArtNodeLED SPK-DVIMXR SPK-DMXer ... more

DMX512 send/recv library

DMX512 is protocol for lighting.

調光プロトコル DMX512 を送受信するライブラリです。

see: http://mbed.org/users/okini3939/notebook/dmx512/

LPC1114 support is thanks to Stanly Chen

Revision:
12:1f176eee2d28
Parent:
10:b748aab8404c
Child:
13:9841af9ac344
diff -r cb132e066057 -r 1f176eee2d28 DMX.h
--- a/DMX.h	Fri Sep 20 01:52:31 2013 +0000
+++ b/DMX.h	Mon Sep 23 09:15:57 2013 +0000
@@ -71,6 +71,9 @@
     /** Stop DMX send operation
      */
     void stop ();
+    /** Clear DMX data
+     */
+    void clear ();
 
     volatile int is_recived, is_sent;