Single frequency lora node framework
Dependents: simple-demo-76_revised_20171113 Lora_with_GPS Lora_with_GPS_crashing Dinghy_RaceTrak_Node_GPS_with_LoRa ... more
Fork of SX1276Lib by
Revision 27:69b1750b2096, committed 2017-11-16
- Comitter:
- cdebank
- Date:
- Thu Nov 16 14:25:59 2017 +0000
- Parent:
- 26:d09a8ef807e2
- Commit message:
- single frequency initial commit
Changed in this revision
sx1276/sx1276-hal.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r d09a8ef807e2 -r 69b1750b2096 sx1276/sx1276-hal.cpp --- a/sx1276/sx1276-hal.cpp Mon Apr 24 09:26:23 2017 +0000 +++ b/sx1276/sx1276-hal.cpp Thu Nov 16 14:25:59 2017 +0000 @@ -57,7 +57,7 @@ AntSwitch( P0_23 ), Fake( A3 ) #else - : SX1276( events, D11, D12, D13, D10, A0, D2, D3, D4, D5, D8, D9 ), + : SX1276( events, PB_5, PB_4, PB_3, PA_4, PC_0, PC_10, PB_10, PC_12, PC_11, PC_9, PC_8 ), AntSwitch( A4 ), Fake( A3 ) #endif