Use with LoRa Node.
Fork of SX1276Lib by
Revision 31:72f100539076, committed 2018-04-22
- Comitter:
- lukas_formanek
- Date:
- Sun Apr 22 12:39:06 2018 +0000
- Parent:
- 30:9b08b16f99e5
- Commit message:
- 22.4.2018
Changed in this revision
sx1276/sx1276-hal.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/sx1276/sx1276-hal.cpp Wed Apr 18 22:04:57 2018 +0000 +++ b/sx1276/sx1276-hal.cpp Sun Apr 22 12:39:06 2018 +0000 @@ -57,9 +57,7 @@ AntSwitch( P0_23 ), Fake( A3 ) #else - : SX1276( events, RFM_MOSI, RFM_MISO, RFM_SCK, RFM_NSS, RFM_RST, RFM_DIO0, RFM_DIO1, RFM_DIO2, RFM_DIO3, RFM_DIO4, RFM_DIO5 ), // My board - // SX1276( events, D11, D12, D13, D10, A0, D6, D3, D4, D5, D7, D9 ), // My board - // SX1276( events, D11, D12, D13, D10, A0, D6, D3, D4, D5, D7, D9 ), // NUCLEO F401 + : SX1276( events, RFM_MOSI, RFM_MISO, RFM_SCK, RFM_NSS, RFM_RST, RFM_DIO0, RFM_DIO1, RFM_DIO2, RFM_DIO3, RFM_DIO4, RFM_DIO5 ), AntSwitch( A4 ), Fake( A3 ) #endif