mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-19 01:03:22 +00:00
12 lines
260 B
C
12 lines
260 B
C
|
#pragma once
|
||
|
|
||
|
#include <lib/nfc/protocols/mifare_classic.h>
|
||
|
|
||
|
bool magic_gen1_wupa();
|
||
|
|
||
|
bool magic_gen1_read_block(uint8_t block_num, MfClassicBlock* data);
|
||
|
|
||
|
bool magic_gen1_data_access_cmd();
|
||
|
|
||
|
bool magic_gen1_write_blk(uint8_t block_num, MfClassicBlock* data);
|