Added pin variable in IRrecvDumpV2

This commit is contained in:
Rafi Khan
2015-07-11 15:22:18 -06:00
parent 85679b491f
commit 0b0719045e

View File

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