Decode supported modulation from PN53x
This commit is contained in:
parent
bfb49b594f
commit
b5d85fc6e1
3 changed files with 21 additions and 4 deletions
|
|
@ -76,6 +76,8 @@ typedef struct {
|
|||
uint8_t ui8TxBits;
|
||||
/** Register cache for SetParameters function. */
|
||||
uint8_t ui8Parameters;
|
||||
/** Supported modulation encoded in a byte */
|
||||
byte_t btSupportByte;
|
||||
/** Last error reported by the PCD / encountered by the PCD driver
|
||||
* MSB LSB
|
||||
* | 00 | 00 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue