Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-05T07:15:23.000Z (over 9 years ago)
- Last Synced: 2023-04-03T13:22:53.607Z (almost 2 years ago)
- Language: C
- Size: 1.18 MB
- Stars: 15
- Watchers: 1
- Forks: 9
- 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
make2. A library file `libfunction.so` and a `test` program will be generated.