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: 8 months ago
JSON representation

A library for USB RFID card Reader by USB HID

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.