Add support new target MCU: LPC1114FN28 or LPC11XX
Fork of DMX by
Diff: DMX.h
- 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);