Update display.ino
IR weer werkend voor Wemos D1 Mini
This commit is contained in:
parent
8a051e1fd3
commit
fbd139996e
@ -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 * !!!!
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user