Skip to content

Commit

Permalink
New default pin settings
Browse files Browse the repository at this point in the history
  • Loading branch information
couin3 committed Apr 27, 2020
1 parent 27a42b4 commit 3514704
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions RFLink/RFLink.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
#ifdef ESP8266
// ESP8266 D1 Mini
#define PIN_RF_RX_PMOS NOT_A_PIN // High Side P-MOSFET, active on LOW level
#define PIN_RF_RX_NMOS D5 // Low Side N-MOSFET, active on HIGH level
#define PIN_RF_RX_VCC NOT_A_PIN // Power to the receiver on this pin
#define PIN_RF_RX_GND NOT_A_PIN // Ground 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 D3 // On this input, the 433Mhz-RF signal is received. LOW when no signal.
#define PIN_RF_RX_NMOS NOT_A_PIN // Low Side N-MOSFET, active on HIGH level
#define PIN_RF_RX_VCC D5 // Power to the receiver on this pin
#define PIN_RF_RX_GND D8 // Ground to the receiver on this pin
#define PIN_RF_RX_NA D6 // Alt. RX_DATA. Forced as input
#define PIN_RF_RX_DATA D7 // On this input, the 433Mhz-RF signal is received. LOW when no signal.
#define PIN_RF_TX_PMOS NOT_A_PIN // High Side P-MOSFET, active on LOW level
#define PIN_RF_TX_NMOS D6 // Low Side N-MOSFET, active on HIGH level
#define PIN_RF_TX_NMOS D0 // Low Side N-MOSFET, active on HIGH level
#define PIN_RF_TX_VCC NOT_A_PIN // +5 volt / Vcc power to the transmitter on this pin
#define PIN_RF_TX_GND NOT_A_PIN // Ground power to the transmitter on this pin
#define PIN_RF_TX_DATA D4 // Data to the 433Mhz transmitter on this pin
Expand Down

0 comments on commit 3514704

Please sign in to comment.