mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 12:51:22 +04:00
10 lines
182 B
C
10 lines
182 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <cli/cli.h>
|
||
|
|
|
||
|
|
void nfc_cli_init();
|
||
|
|
|
||
|
|
void nfc_cli_detect(Cli* cli, string_t args, void* context);
|
||
|
|
|
||
|
|
void nfc_cli_emulate(Cli* cli, string_t args, void* context);
|