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.
Dependents: LORA_RX LORA_TX WindConcentrator hid_test ... more
Diff: sx127x_fsk.h
- Revision:
- 9:ae1a71ccd730
- Parent:
- 4:d987ac2836bf
- Child:
- 12:bda42457c34a
--- a/sx127x_fsk.h Wed Feb 18 16:53:36 2015 +0000 +++ b/sx127x_fsk.h Thu Feb 26 23:31:36 2015 +0000 @@ -312,10 +312,10 @@ RegTimerResol_t RegTimerResol; // 0x38 RegImageCal_t RegImageCal; // 0x3b + SX127x& m_xcvr; private: uint32_t ComputeRxBw( uint8_t mantisse, uint8_t exponent ); - void ComputeRxBwMantExp( uint32_t rxBwValue, uint8_t* mantisse, uint8_t* exponent ); - SX127x& m_xcvr; + void ComputeRxBwMantExp( uint32_t rxBwValue, uint8_t* mantisse, uint8_t* exponent ); }; \ No newline at end of file