Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of SX1276Lib by
Revision 27:5a56a5d281bf, committed 2017-12-08
- Comitter:
- cdebank
- Date:
- Fri Dec 08 14:22:00 2017 +0000
- Parent:
- 26:d09a8ef807e2
- Commit message:
- 20171208
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 Mon Apr 24 09:26:23 2017 +0000 +++ b/sx1276/sx1276-hal.cpp Fri Dec 08 14:22:00 2017 +0000 @@ -57,10 +57,11 @@ 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_15, PB_6, PC_10, PB_8, PC_12, PC_11, PC_9, PC_8 ), AntSwitch( A4 ), Fake( A3 ) #endif + //events, mosi, miso, sclk, nss, reset, dio0, dio1, dio2, dio3, dio4, dio5 { this->RadioEvents = events;