https://github.com/simpleyyt/libfunction_so_usb
A library for USB RFID card Reader by USB HID
https://github.com/simpleyyt/libfunction_so_usb
Last synced: 8 months ago
JSON representation
A library for USB RFID card Reader by USB HID
- Host: GitHub
- URL: https://github.com/simpleyyt/libfunction_so_usb
- Owner: Simpleyyt
- Created: 2012-11-17T10:15:56.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-05-05T07:15:23.000Z (about 11 years ago)
- Last Synced: 2025-04-07T23:41:28.106Z (about 1 year ago)
- Language: C
- Size: 1.18 MB
- Stars: 16
- Watchers: 1
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.