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, committed 2011-07-09
- 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 |
diff -r 9f79770fc0a8 -r 7daf1361d960 DMXPacket.c --- 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"