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:
- 65:ac3844adfe49
- Parent:
- 64:49a67f36d9c5
- Child:
- 66:492b1d7ba370
--- a/include/d7a.h Wed Oct 12 16:40:10 2016 +0000 +++ b/include/d7a.h Fri Oct 14 10:52:22 2016 +0000 @@ -10,8 +10,14 @@ #define D7A_UID_LEN (8) -#define D7A_XCL_ENDPOINT (0x01) -#define D7A_XCL_GATEWAY (0x21) +#define D7A_XCL_ENDPOINT_NO (0x01) // Normal rate +#define D7A_XCL_GATEWAY_NO (0x21) // Normal Rate + +#define D7A_XCL_ENDPOINT_LO (0x11) // Low rate +#define D7A_XCL_GATEWAY_LO (0x31) // Low Rate + +#define D7A_XCL_ENDPOINT_HI (0x41) // High rate +#define D7A_XCL_GATEWAY_HI (0x51) // High Rate #define D7A_CTF_VAL(mant,exp) ((uint8_t)(mant|(exp<<5)))