mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-19 19:31:50 +03:00
363f555ed7
* Implement support for reading Opal card (Sydney, Australia) * stub_parser_verify_read: used UNUSED macro * furi_hal_rtc: expose calendaring as functions * opal: use bit-packed struct to parse, rather than manually shifting about * Update f18 api symbols Co-authored-by: あく <alleteam@gmail.com>
6 lines
96 B
C
6 lines
96 B
C
#pragma once
|
|
|
|
#include "nfc_supported_card.h"
|
|
|
|
bool opal_parser_parse(NfcDeviceData* dev_data);
|