diff --git a/Arduino/display/display.ino b/Arduino/display/display.ino index 50ff027..ce1ffd4 100644 --- a/Arduino/display/display.ino +++ b/Arduino/display/display.ino @@ -36,8 +36,8 @@ Nextion display is connected to D5 en D6 void infraredEvent(char house, byte unit, byte command, bool isRepeat); X10ir x10ir = X10ir( - 4, // Receive Interrupt Number (1 = Standard Arduino External Interrupt) - 4, // Receive Interrupt Pin (Pin 3 must be used with interrupt 1) + 5, // Receive Interrupt Number (1 = Standard Arduino External Interrupt) + 5, // Receive Interrupt Pin (Pin 3 must be used with interrupt 1) 'A', // Default House Code // *infraredEvent // Event triggered when IR message is received infraredEvent // Event triggered when IR message is received . //In example zonder * !!!!