mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-07 16:14:01 +02:00
Renamed module and files to nfc_smartcard
This commit is contained in:
parent
c297246545
commit
b57259b51d
9 changed files with 28 additions and 26 deletions
13
nfc_smartcard.i
Normal file
13
nfc_smartcard.i
Normal file
|
@ -0,0 +1,13 @@
|
|||
%module nfc_smartcard
|
||||
|
||||
%{
|
||||
#include "nfc_smartcard.h"
|
||||
%}
|
||||
|
||||
%include std_string.i
|
||||
%include std_except.i
|
||||
%include stdint.i
|
||||
|
||||
%include "nfc_smartcard.h"
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue