A library for mastering a DMX chain. You'll meed a max485 or equivalent to convert the digital output to the differential RS-485 protocol.

Revision:
1:7daf1361d960
Parent:
0:9f79770fc0a8
--- a/DMXPacket.c	Sat Jul 09 19:38:50 2011 +0000
+++ b/DMXPacket.c	Sat Jul 09 19:42:54 2011 +0000
@@ -1,3 +1,9 @@
+/* DMX Packet Library
+ * Nathan Lasseter (User_4574) 2011
+ * Released unlicenced
+ * http://www.dmx512-online.com/packt.html
+ */
+
 #include "mbed.h"
 #include "DMXPacket.h"