This is a fork for okini3939's great DMX library with added support for the EA LPC4088 QuickStart mbed-enabled board. I have added support and tested the 3 UARTs which are accessible on the DIP pins. This forked of okini3939's library was created in the hopes a pull request could be accepted and re-integrated into the library. Important Note: To use the special UART on "pins 41" (rx) and "pin 42" (tx) you must access them by their port names, which are P0_3 (rx) and P0_2 (tx), because the symbols p41 and p42 do not exist in the mbed world (yet).
Fork of DMX by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
13:197c0fea0c62 | 2013-12-02 | robodude | Tested and added support for EA LPC4088 QuickStart mbed. |
12:1f176eee2d28 | 2013-09-23 | okini3939 | add clear() |
11:cb132e066057 | 2013-09-20 | okini3939 | support uart0 |
10:b748aab8404c | 2013-09-05 | stanly88 | Add support Target MCU: LPC1114FN28, or LPC11XX |
9:e687f321c428 | 2013-03-29 | okini3939 | fix |
8:d4a45bba41d2 | 2013-03-11 | okini3939 | fix uart direct |
7:16d6874076dd | 2013-01-13 | okini3939 | fix; |
6:9e7b4eeac6ec | 2013-01-13 | okini3939 | support put/get buffer |
5:72039cd4c874 | 2013-01-04 | okini3939 | support LPC11U24 |
4:dd0544c80096 | 2012-11-21 | okini3939 | add start(), stop() |
3:2eb66b4d99bd | 2012-09-28 | okini3939 | fix reset |
2:d7677060f8eb | 2012-09-26 | okini3939 | fix direct |
1:f0d988e15810 | 2012-07-12 | okini3939 | use uart rbr |
0:cbff6bf41542 | 2012-06-26 | okini3939 | (none) |