libfunction_so_usb icon indicating copy to clipboard operation
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

  1. cd to the source directory.
  2. Running make to compile the package.
  3. A library file libfunction.so and a test program will be generated.

For Arm

  1. Running the shell:

     export host=arm-linux
     export CC=arm-linux-gcc
     make
    
  2. A library file libfunction.so and a test program will be generated.