diff options
-rw-r--r-- | include/rfid/rfid_layer2_iso15693.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/rfid/rfid_layer2_iso15693.h b/include/rfid/rfid_layer2_iso15693.h index b418ccd..6ca1a7b 100644 --- a/include/rfid/rfid_layer2_iso15693.h +++ b/include/rfid/rfid_layer2_iso15693.h @@ -3,6 +3,13 @@ #include <sys/types.h> +/* +07h = TagIt +04h = I.CODE +05h = Infineon +02h = ST +*/ + /* protocol definitions */ struct iso15693_handle; |