mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 04:53:08 +00:00
86a64487cb
Co-authored-by: あく <alleteam@gmail.com>
11 lines
260 B
C
11 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);
|