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:
7:16d6874076dd
Parent:
6:9e7b4eeac6ec
Child:
8:d4a45bba41d2
--- a/DMX.cpp	Sun Jan 13 01:33:17 2013 +0000
+++ b/DMX.cpp	Sun Jan 13 01:35:53 2013 +0000
@@ -4,7 +4,7 @@
  * Released under the MIT License: http://mbed.org/license/mit
  */
 
-/** @file dmx.cpp
+/** @file
  * @brief DMX512 send/recv
  */