Hexmodal SX1276lib
Dependents: LoRaWAN-hello-world_Class_C_Anish
Revision 29:2aa108ba9f51, committed 2019-03-22
- Comitter:
- amirchaudhary
- Date:
- Fri Mar 22 19:02:44 2019 +0000
- Parent:
- 28:ac899348b6cc
- Commit message:
- Changed D8 pin to D15 so Blue LED works
Changed in this revision
sx1276/sx1276-hal.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r ac899348b6cc -r 2aa108ba9f51 sx1276/sx1276-hal.cpp --- a/sx1276/sx1276-hal.cpp Fri Mar 22 16:47:51 2019 +0000 +++ b/sx1276/sx1276-hal.cpp Fri Mar 22 19:02:44 2019 +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, D11, D12, D13, D10, A0, D2, D3, D4, D5, D15/*D8*/, D9 ), AntSwitch( A4 ), Fake( A3 ) #endif