Skip to content

Commit

Permalink
Arduino Mega #define Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
couin3 committed Apr 22, 2020
1 parent 11d0cea commit e1757b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RFLink/RFLink.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
#ifdef __AVR_ATmega2560__
#define PIN_RF_RX_VCC NOT_A_PIN // Power to the receiver on this pin
#define PIN_RF_RX_NA NOT_A_PIN // Alt. RX_DATA. Forced as input
#define PIN_RF_RX_DATA D1 // On this input, the 433Mhz-RF signal is received. LOW when no signal.
#define PIN_RF_RX_GND 19 // Ground to the receiver on this pin
#define PIN_RF_RX_DATA 19 // On this input, the 433Mhz-RF signal is received. LOW when no signal.
#define PIN_RF_RX_GND NOT_A_PIN // Ground to the receiver on this pin
#endif

// OLED display, 0.91" SSD1306 I2C
Expand Down

0 comments on commit e1757b9

Please sign in to comment.