Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 462 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 462 Bytes

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.