-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix library for libnfc version 1.8.0
- Loading branch information
1 parent
2179c23
commit 2a3531e
Showing
3 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,11 @@ This is a Go wrapper for the libnfc. | |
|
||
You need the following libnfc version to use this code: | ||
|
||
versions <= 2.0.2 need libnfc version 1.7.0 | ||
version >= 2.1.0 need libnfc version 1.7.2 or later | ||
versions <= 2.0.2 need libnfc version 1.7.0 or 1.7.1 | ||
version >= 2.1.0 need libnfc version 1.8.0 or later | ||
|
||
Due to an unfortunate ABI breakage, libnfc version 1.7.2 cannot be used | ||
with this wrapper. | ||
|
||
The code has not been thoroughly tested yet. Please report any errors to | ||
the project. The API is considered stable as of version 2.0 and will | ||
|
@@ -15,14 +18,14 @@ scheme for their versioning involving the 2.0 and latest directories. | |
These can safely be ignored for new developments. Using Go modules, | ||
only version 2.1.0 and later are available. | ||
|
||
To use this library, install libnfc version 1.7.2 or newer and import | ||
To use this library, install libnfc version 1.8.0 or newer and import | ||
|
||
github.com/fuzxxl/nfc/v2 | ||
|
||
into your project. This project uses go modules for versionning and | ||
tries its best to follow the usual guidelines for interface stability. | ||
|
||
Copyright (c) 2014, 2015, 2020 Robert Clausecker <[email protected]> | ||
Copyright (c) 2014--2020 Robert Clausecker <[email protected]> | ||
|
||
This program is free software: you can redistribute it and/or modify it | ||
under the terms of the GNU Lesser General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters