[FL-662] Read Mifare Ultralight (#518)

* nfc: add read mifare ultralight to menu
* emv_decoder: add pragma once
* nfc: add mifare ultralight reader
* nfc: add mifare ultralight read draw
* nfc: add mifare ultralight type checker
* nfc: rework menu callback
* mifare ultralight: change type names

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
gornekich
2021-06-15 17:54:09 +03:00
committed by GitHub
parent 0b14db4fb3
commit a0fdc559c9
10 changed files with 351 additions and 17 deletions

View File

@@ -1,3 +1,5 @@
#pragma once
#include <stdint.h>
#include <stdbool.h>
#include <string.h>