DMX512, RDM send/recv library http://mbed.org/users/okini3939/notebook/dmx512

Dependents:   dmx_test ArtNodeLED SPK-DVIMXR SPK-DMXer ... more

DMX512 send/recv library

DMX512 is protocol for lighting.

調光プロトコル DMX512 を送受信するライブラリです。

see: http://mbed.org/users/okini3939/notebook/dmx512/

LPC1114 support is thanks to Stanly Chen

Revision:
7:16d6874076dd
Parent:
6:9e7b4eeac6ec
Child:
8:d4a45bba41d2
diff -r 9e7b4eeac6ec -r 16d6874076dd DMX.h
--- a/DMX.h	Sun Jan 13 01:33:17 2013 +0000
+++ b/DMX.h	Sun Jan 13 01:35:53 2013 +0000
@@ -4,7 +4,7 @@
  * Released under the MIT License: http://mbed.org/license/mit
  */
 
-/** @file DMX.h
+/** @file
  * @brief DMX512 send/recv
  */
  
@@ -53,7 +53,7 @@
     void put (unsigned char *buf, int addr = 0, int len = DMX_SIZE);
 
     /** Send the data
-     * @param ch DMX data address (0-511)
+     * @param addr DMX data address (0-511)
      * @return DMX data (0-255)
      */
     int get (int addr);