mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-09 00:44:13 +02:00
Initial commit
This commit is contained in:
commit
cafd967ed6
6 changed files with 74 additions and 0 deletions
12
brmdoor_nfc.i
Normal file
12
brmdoor_nfc.i
Normal file
|
@ -0,0 +1,12 @@
|
|||
/* File : example.i */
|
||||
%module brmdoor_nfc
|
||||
|
||||
%{
|
||||
#include "brmdoor_nfc.h"
|
||||
%}
|
||||
|
||||
%include std_string.i
|
||||
|
||||
%include "brmdoor_nfc.h"
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue