Renamed module and files to nfc_smartcard

This commit is contained in:
Ondrej Mikle 2015-12-06 17:06:40 +01:00
parent c297246545
commit b57259b51d
9 changed files with 28 additions and 26 deletions

13
nfc_smartcard.i Normal file
View 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"