mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 06:50:21 +00: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>
5 lines
96 B
C
5 lines
96 B
C
#pragma once
|
|
|
|
#include "nfc_supported_card.h"
|
|
|
|
bool opal_parser_parse(NfcDeviceData* dev_data);
|