|
1 |
| -MFRC522 |
| 1 | +Arduino_MFRC522v2 |
2 | 2 | =======
|
3 | 3 |
|
4 |
| -.. image:: https://img.shields.io/maintenance/no/2019.svg |
| 4 | +.. image:: https://img.shields.io/badge/maintained-very%20rarely-orange |
5 | 5 | :target: `development`_
|
6 |
| -.. image:: https://travis-ci.org/miguelbalboa/rfid.svg?branch=master |
7 |
| - :target: https://travis-ci.org/miguelbalboa/rfid |
| 6 | +.. image:: https://travis-ci.org/OSSLibraries/Arduino_MFRC522v2.svg?branch=master |
| 7 | + :target: https://travis-ci.org/OSSLibraries/Arduino_MFRC522v2 |
8 | 8 | .. image:: https://img.shields.io/badge/C%2B%2B-11-brightgreen.svg
|
9 | 9 | :target: `compatible ide`_
|
10 |
| -.. image:: https://img.shields.io/github/release/miguelbalboa/rfid.svg?colorB=green |
11 |
| - :target: https://github.com/miguelbalboa/rfid/releases |
12 |
| -.. image:: https://img.shields.io/badge/ArduinoIDE-%3E%3D1.6.10-lightgrey.svg |
| 10 | +.. image:: https://img.shields.io/github/release/OSSLibraries/Arduino_MFRC522v2.svg?colorB=green |
| 11 | + :target: https://github.com/OSSLibraries/Arduino_MFRC522v2/releases |
| 12 | +.. image:: https://img.shields.io/badge/ArduinoIDE-%3E%3D1.8.12-lightgrey.svg |
13 | 13 | :target: `compatible ide`_
|
14 | 14 |
|
15 |
| -Arduino library for MFRC522 and other RFID RC522 based modules. |
| 15 | +Advanced Arduino driver library for MFRC522 and other RFID RC522 based modules. |
16 | 16 |
|
17 |
| -Read and write different types of Radio-Frequency IDentification (RFID) cards |
18 |
| -on your Arduino using a RC522 based reader connected via the Serial Peripheral |
19 |
| -Interface (SPI) interface. |
| 17 | +Read and write different types of Radio-Frequency IDentification (RFID) cards on your Arduino using a RC522 based reader connected via the Serial Peripheral Interface (SPI) or I2C interface. |
20 | 18 |
|
| 19 | +Hints for this version |
| 20 | +---------- |
| 21 | + |
| 22 | +* Fork of https://github.com/miguelbalboa/rfid/ |
| 23 | +* Changed license to GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1. |
| 24 | +* Target group are experienced makers. |
| 25 | +* Code was heavily split up for better maintenance. |
| 26 | +* Hardware interface is fully customisable. |
| 27 | +* Use of software reset. No reset pin. |
| 28 | +* Some parts were removed. |
21 | 29 |
|
22 | 30 | .. _development:
|
23 | 31 | Development
|
24 | 32 | ----------
|
25 | 33 |
|
26 |
| -**The development by owner miguelbalboa has ended**. |
27 |
| - |
28 |
| -**Feature status: complete freeze**; no function or API change. |
| 34 | +**Feature status: open**; focus on rfid; no applications; |
29 | 35 |
|
30 |
| -**Code status: partial freeze**; just fixes/typos or documentation updates; *no* extensions for other boards; *no* new examples. |
31 |
| - |
32 |
| -**Maintenance status: sporadically**. |
33 |
| - |
34 |
| -**Why no further development?** |
35 |
| -This library has a long history and is used in many projects. These projects often do not document what version they use. Committing changes might break those old projects and lead to bad experiences (for beginners) and support requests. For these reasons the library is in freeze mode. You can still commit typo, documentation or bug fixes. |
| 36 | +**Code status: open**; fixes/typos or documentation updates; *no* specific code for other boards; *avoid* examples; |
36 | 37 |
|
| 38 | +**Maintenance status: sporadically**; |
37 | 39 |
|
38 | 40 | .. _before buy:
|
39 | 41 | Before buy
|
@@ -73,7 +75,6 @@ What works and not?
|
73 | 75 | #. Use of IRQ pin. But there is a proof-of-concept example.
|
74 | 76 | #. With Intel Galileo (Gen2) see `#310 <https://github.com/miguelbalboa/rfid/issues/310>`__, not supported by software.
|
75 | 77 | #. Power reduction modes `#269 <https://github.com/miguelbalboa/rfid/issues/269>`_, not supported by software.
|
76 |
| - #. I2C instead of SPI `#240 <https://github.com/miguelbalboa/rfid/issues/240>`_, not supported by software. |
77 | 78 | #. UART instead of SPI `#281 <https://github.com/miguelbalboa/rfid/issues/281>`_, not supported by software.
|
78 | 79 |
|
79 | 80 | * **Need more?**
|
@@ -302,31 +303,10 @@ Troubleshooting
|
302 | 303 | .. _license:
|
303 | 304 | License
|
304 | 305 | -------
|
305 |
| -This is free and unencumbered software released into the public domain. |
306 |
| - |
307 |
| -Anyone is free to copy, modify, publish, use, compile, sell, or |
308 |
| -distribute this software, either in source code form or as a compiled |
309 |
| -binary, for any purpose, commercial or non-commercial, and by any |
310 |
| -means. |
311 |
| - |
312 |
| -In jurisdictions that recognize copyright laws, the author or authors |
313 |
| -of this software dedicate any and all copyright interest in the |
314 |
| -software to the public domain. We make this dedication for the benefit |
315 |
| -of the public at large and to the detriment of our heirs and |
316 |
| -successors. We intend this dedication to be an overt act of |
317 |
| -relinquishment in perpetuity of all present and future rights to this |
318 |
| -software under copyright law. |
319 |
| - |
320 |
| -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
321 |
| -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
322 |
| -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
323 |
| -IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR |
324 |
| -OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
325 |
| -ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR |
326 |
| -OTHER DEALINGS IN THE SOFTWARE. |
327 |
| - |
328 |
| -For more information, please refer to https://unlicense.org/ |
329 | 306 |
|
| 307 | +GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1. |
| 308 | + |
| 309 | +It is not allowed to change the license. |
330 | 310 |
|
331 | 311 | .. _dependency:
|
332 | 312 | Dependency
|
|
0 commit comments