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 SX127x by
Revision 7:c785b65d3db4, committed 2014-09-04
- Comitter:
- efountain
- Date:
- Thu Sep 04 20:57:28 2014 +0000
- Parent:
- 6:5d94ee847016
- Commit message:
- Updated SX127x library...NorAm Mote
Changed in this revision
sx127x.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 5d94ee847016 -r c785b65d3db4 sx127x.cpp --- a/sx127x.cpp Mon Jun 30 17:05:12 2014 +0000 +++ b/sx127x.cpp Thu Sep 04 20:57:28 2014 +0000 @@ -17,7 +17,7 @@ */ SX127x::SX127x(PinName mosi, PinName miso, PinName sclk, PinName cs, PinName rst, PinName dio_0, PinName dio_1, PinName fem_ctx, PinName fem_cps) : - m_spi(mosi, miso, sclk), m_cs(cs), reset_pin(rst), dio0(dio_0), dio1(dio_1), femctx(fem_ctx), femcps(fem_cps) + m_spi(mosi, miso, sclk,cs), m_cs(cs), reset_pin(rst), dio0(dio_0), dio1(dio_1), femctx(fem_ctx), femcps(fem_cps) { reset_pin.input(); m_cs = 1;