Added pin variable in IRrecvDumpV2

This commit is contained in:
Rafi Khan
2015-07-11 15:22:18 -06:00
parent 2e4538bac8
commit 555a600acc

View File

@@ -6,7 +6,8 @@
//------------------------------------------------------------------------------
// Tell IRremote which Arduino pin is connected to the IR Receiver (TSOP4838)
//
IRrecv irrecv(6);
int recvPin = 6;
IRrecv irrecv(recvPin);
//+=============================================================================
// Configure the Arduino