Written by Ayrton Leyssens DMX library, bitbang method for LPC1768

Dependents:   ArtnetDMX

Revision:
2:5efe22304016
Parent:
1:4eb21fcb621a
Child:
3:667d8f669992
--- a/DMX.cpp	Mon Mar 14 12:19:28 2016 +0000
+++ b/DMX.cpp	Mon Mar 14 22:24:57 2016 +0000
@@ -11,7 +11,7 @@
     uint32_t i;
     for(i = 0; i < 512; i++)
     {
-        this->I8_m_Data[i] = 0;
+        this->I8_m_Data[i] = 60;
     }
     this->_pin = 0;   
     return;