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 d7a_1x by
Diff: include/d7a.h
- Revision:
- 61:87be16080640
- Parent:
- 60:8d4133fbc060
- Child:
- 64:49a67f36d9c5
--- a/include/d7a.h Mon Sep 26 12:42:32 2016 +0000 +++ b/include/d7a.h Wed Sep 28 10:04:18 2016 +0000 @@ -258,6 +258,8 @@ uint8_t id[D7A_UID_LEN]; /// Transmission Link Budget int8_t lb; + /// Transmission RSSI + int8_t rxlev; /// Potential data d7a_data_t* data; } d7a_msg_t;