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.

Files at this revision

API Documentation at this revision

Comitter:
User_4574
Date:
Sat Jul 09 19:42:54 2011 +0000
Parent:
0:9f79770fc0a8
Commit message:
Put some details at the top.

Changed in this revision

DMXPacket.c Show annotated file Show diff for this revision Revisions of this file
--- 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"