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.
Dependencies: mbed QEI DmTftLibrary
Diff: Demo/DemoApplication.h
- Revision:
- 17:a0bbfc228415
- Parent:
- 15:ed7ed20b7114
- Child:
- 18:22796c3be774
--- a/Demo/DemoApplication.h Tue Aug 22 13:26:29 2017 +0000
+++ b/Demo/DemoApplication.h Wed Jul 18 08:51:53 2018 +0000
@@ -19,7 +19,7 @@
/*!
* \brief Used to display firmware version on TFT (Utilities menu)
*/
-#define FIRMWARE_VERSION ( ( char* )"Firmware Version: 170818" )
+#define FIRMWARE_VERSION ( ( char* )"Firmware Version: 180718" )
/*!
* \brief Define range of central frequency [Hz]
@@ -152,7 +152,7 @@
uint8_t PacketParam6; // Demo Pack. Param6 (depend on packet type)
uint8_t PacketParam7; // Demo Pack. Param7 (depend on packet type)
uint32_t MaxNumPacket; // Demo Max Num Packet for PingPong and PER
- uint16_t InterPacketDelay; // Demo Inter-Packet Delay for PingPong and PER
+ uint16_t TimeOnAir; // Computed time on air of the current packet
uint32_t CntPacketTx; // Tx packet transmitted
uint32_t CntPacketRxOK; // Rx packet received OK
uint32_t CntPacketRxOKSlave; // Rx packet received OK (slave side)