things4u / LoRa-LMIC-1.51

Port of LMIC-1.5 library tp Atmega 328 and ESP6822, including alternative AES encription library
81 stars 42 forks source link

Split rxtx pin into separate Receive Enable and Transmit Enable pins. #11

Open mikenz opened 8 years ago

mikenz commented 8 years ago

The NiceRF Lora1276 has separate Receive Enable and Transmit Enable pins. This splits the currently unused rxtx pin into rxen and txen.

Those needing a single pin should only use the txen pin as this follows the behaviour of the old rxtx pin.