SX126xDevKit
Dependencies: mbed DmTftLibrary SX126xLib
Diff: Demo/DemoApplication.h
- Revision:
- 1:b96176a4ccb8
- Parent:
- 0:e5420f1a8a1a
- Child:
- 2:8e1b4210df6b
--- a/Demo/DemoApplication.h Tue Sep 05 08:15:37 2017 +0000 +++ b/Demo/DemoApplication.h Fri Mar 09 13:28:34 2018 +0000 @@ -19,7 +19,7 @@ /*! * \brief Used to display firmware version on TFT (Utilities menu) */ -#define FIRMWARE_VERSION ( ( char* )"Firmware Version: 170727" ) +#define FIRMWARE_VERSION ( ( char* )"Firmware Version: 180110" ) /*! * \brief Define range of central frequency [Hz] @@ -163,6 +163,13 @@ uint8_t GetConnectedDevice( void ); /*! + * \brief Simple Function which return the board matching frequency + * + * \retval freq 1: 868 MHz 0: 915 MHz + */ +uint8_t GetMatchingFrequency( void ); + +/*! * \brief Init RAM copy of Eeprom structure and init radio with it. * */ @@ -174,6 +181,13 @@ void StopDemoApplication( void ); /*! + * \brief Run demo reading constantly the RSSI. + * + * \retval demoStatusUpdate page refresh status ( >0 : refresh) + */ +uint8_t RunDemoTestRssi( void ); + +/*! * \brief Run Demo in sleep mode. * * \retval demoStatusUpdate page refresh status ( >0 : refresh)