libfunction_so_usb
libfunction_so_usb copied to clipboard
A library for USB RFID card Reader by USB HID
libfunction_so_usb
A library for USB RFID card Reader by USB HID
INSTALL
-
cd
to the source directory. - Running
make
to compile the package. - A library file
libfunction.so
and atest
program will be generated.
For Arm
-
Running the shell:
export host=arm-linux export CC=arm-linux-gcc make
-
A library file
libfunction.so
and atest
program will be generated.