mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2025-12-11 08:56:14 +00:00
Added pin variable in IRrecvDumpV2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user