You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,12 @@ The pirc522 library by Ondřej Ondryáš contained a full package that can be ea
7
7
The MFRC522-Python script by Mario Gomez is another very nice code, written into MFRC522.py file that should be imported every time from the same directory.
8
8
9
9
The pirc522 library stopped working due to changes in the raspberry pi system but the MFRC522 kept on working perfectly well.
10
-
We at STEMinds combined both libraries, the pirc522 easy package with the MFRC522-Python working code to create an update RC-522 library for the Raspbrrry Pi
10
+
We at STEMinds combined both libraries, the pirc522 easy package with the MFRC522-Python working code to create an update RC-522 library for the Raspberry Pi
11
11
12
12
## About MFRC522-python
13
13
14
14
A small class to interface with the NFC reader Module MFRC522 on the Raspberry Pi. This is a Python port of the example code for the NFC module MF522-AN.
15
-
Git link for the official MFRC522 library: https://github.com/mxgxw/MFRC522-python
15
+
Git link for the official [MFRC522-python](https://github.com/mxgxw/MFRC522-python/blob/master/README.md) library.
0 commit comments