Skip to content

Commit

Permalink
correct arduino pins according schema
Browse files Browse the repository at this point in the history
  • Loading branch information
1technophile committed Sep 23, 2017
1 parent 66b6070 commit ce1d8e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config_IR.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
#define IR_RECEIVER_PIN 2
#define IR_EMITTER_PIN 16
#else
#define IR_RECEIVER_PIN 1
#define IR_RECEIVER_PIN 0 // 0 = D2 on arduino
#define IR_EMITTER_PIN D9
#endif

2 changes: 1 addition & 1 deletion config_RF.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ RF supported protocols
#else
//IMPORTANT NOTE: On arduino UNO connect IR emitter pin to D9 , comment #define IR_USE_TIMER2 and uncomment #define IR_USE_TIMER1 on library <library>IRremote/IRremoteInt.h so as to free pin D3 for RF RECEIVER PIN
//RF PIN definition
#define RF_RECEIVER_PIN 0 //0 = D2 on arduino
#define RF_RECEIVER_PIN 1 //1 = D3 on arduino
#define RF_EMITTER_PIN 4 //4 = D4 on arduino
#endif

Expand Down

0 comments on commit ce1d8e4

Please sign in to comment.