Simpleyyt / libfunction_so_usb

A library for USB RFID card Reader by USB HID

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A library for USB RFID card Reader by USB HID


Languages

Language:C 98.0%Language:Makefile 2.0%