DMX512 send/recv library with STM32 slave support originally from http://mbed.org/users/okini3939/notebook/dmx512

Fork of DMX by Suga koubou

Revision:
3:2eb66b4d99bd
Parent:
1:f0d988e15810
Child:
4:dd0544c80096
--- a/DMX.h	Wed Sep 26 13:17:01 2012 +0000
+++ b/DMX.h	Fri Sep 28 03:31:02 2012 +0000
@@ -51,6 +51,8 @@
      */
     int get (int ch);
 
+    void reset ();
+
     volatile int is_recived, is_sent;
 
 protected: