An initial port to the FRDM-K46Z based on the the following: https://developer.mbed.org/users/okini3939/notebook/dmx512/

Dependents:   FRDM-Dowser

Fork of DMX by Suga koubou

Need to update the UART references to the K46Z. The KE02 Sub-Family Reference Manual provides us with the required information.

The modifications are wrapped with the target for the K46: For example, defined(TARGET_KL46Z)

Revision:
12:1f176eee2d28
Parent:
10:b748aab8404c
Child:
13:9841af9ac344
--- 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;