DMX Library for STM devices

Dependents:   DISCO-F746NG_DMX-Test

Fork of DMX by Suga koubou

Revision:
10:b748aab8404c
Parent:
9:e687f321c428
Child:
12:1f176eee2d28
--- a/DMX.h	Fri Mar 29 02:06:50 2013 +0000
+++ b/DMX.h	Thu Sep 05 10:01:59 2013 +0000
@@ -92,6 +92,8 @@
     LPC_UART_TypeDef *_uart;
 #elif defined(TARGET_LPC11U24)
     LPC_USART_Type *_uart;
+#elif defined(TARGET_LPC11XX)
+    LPC_UART_TypeDef *_uart;
 #endif
 
 };