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 SX1272Lib by
Diff: sx1272/sx1272-hal.h
- Revision:
- 9:4e1a35fd0ccd
- Parent:
- 8:bfdcd5c6ec14
diff -r bfdcd5c6ec14 -r 4e1a35fd0ccd sx1272/sx1272-hal.h --- a/sx1272/sx1272-hal.h Wed Nov 30 17:35:51 2016 +0000 +++ b/sx1272/sx1272-hal.h Tue Dec 06 08:31:19 2016 +0000 @@ -151,15 +151,15 @@ * * @remark see errata note * - * @param [IN] rxTx [1: Tx, 0: Rx] + * @param [IN] opMode Current radio operating mode */ - virtual void SetAntSw( uint8_t rxTx ); + virtual void SetAntSw( uint8_t opMode ); public: /*! * @brief Detect the board connected by reading the value of the antenna switch pin */ - virtual uint8_t DetectBoardType( void ); + virtual uint8_t DetectBoardType( void ); /*! * @brief Checks if the given RF frequency is supported by the hardware