Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #define ESerial Serial2
- // --------------------------------------------
- // PIN TCAll <--> E32868T30D
- // --------------------------------------------
- #define PIN_M0 19 // connect this to the EBYTE M0 pin | GIALLO | ARANCIO
- #define PIN_M1 35 // connect this to the EBYTE M1 pin | VERDE | GIALLO
- #define PIN_TX 12 // connect this to the EBYTE RX pin | BLU | BLU
- #define PIN_RX 14 // connect this to the EBYTE TX pin | VIOLA | VERDE
- #define PIN_AUX 34 // connect this to the EBYTE AUX pin | GRIGIO | VIOLA
- LoRa_E32 e32Series(PIN_RX, PIN_TX, &ESerial, PIN_AUX, UART_BPS_RATE_9600, SERIAL_8N1);
Advertisement
Add Comment
Please, Sign In to add comment