ProDevelopTeam#MasterRace / Mbed 2 deprecated ArtnetDMX

Dependencies:   mbed DMX TextLCD mbed-rtos

Revision:
36:dba7a0094213
Parent:
35:23656910be93
diff -r 23656910be93 -r dba7a0094213 main.h
--- a/main.h	Mon May 23 14:26:36 2016 +0000
+++ b/main.h	Mon May 23 17:39:39 2016 +0000
@@ -13,7 +13,7 @@
 #include "Screen.h"
 
 #define FIRMWARE "B-01-10"
-const string S_Menu[] {"Firmware", "Output 1", "Output 2", "Output 3", "Save"};
+const string S_Menu[] {"Firmware", "Output 1", "Output 2", "Output 3"};
 
 DMX XLR1(p9, p10);
 DMX XLR2(p13, p14);
@@ -29,9 +29,9 @@
 DigitalOut Error8(LED4);
 
 
-InterruptIn PushButton(p5);
-InterruptIn LeftTwist(p6);
-InterruptIn RightTwist(p7);
+InterruptIn PushButton(p8);
+InterruptIn LeftTwist(p7);
+InterruptIn RightTwist(p6);
 
 Timeout EnableRotary;
 
@@ -45,11 +45,10 @@
 void V_DisableRotary();
 
 void V_WriteTxt(uint32_t I32_Kolom, uint32_t I32_Rij, char * C_Tekst);
-uint32_t I32_GeneralTxt();
-
-void V_SEND();
+void V_GeneralTxt(uint32_t I32_Line);
 
 #endif
+