Skip to content

Commit

Permalink
SIGNALDuino.ino - fix Maple cul
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf9 committed Feb 5, 2021
1 parent f4225b0 commit fa2cd5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SIGNALDuino.ino
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
#define PIN_SEND 17 // gdo0 Pin TX out
#define PIN_RECEIVE_A pinReceive[0] // gdo2 cc1101 A
#define PIN_RECEIVE_B pinReceive[1] // gdo2 cc1101 B
#define PIN_WIZ_RST 27
#elif BLACK_BOARD
const uint8_t pinSend[] = {33, 3}; // (PB1 PB0)
const uint8_t pinReceive[] = {11, 20, 0, 1}; // (PA0 PA15 PB11 PB10)
Expand Down

0 comments on commit fa2cd5a

Please sign in to comment.