Skip to content

Commit

Permalink
Merge branch 'master' of github.com:aissarmurad/MFRC522-python
Browse files Browse the repository at this point in the history
  • Loading branch information
aissarmurad committed Oct 27, 2017
2 parents 9c0825c + 47a561a commit f4f13e3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dump.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf8 -*-

import RPi.GPIO as GPIO
import OPi.GPIO as GPIO
import MFRC522
import signal

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
MFRC522-python
==============

A small class to interface with the NFC reader Module MFRC522 on the Raspberry Pi.
A small class to interface with the NFC reader Module MFRC522 on the Orange Pi Zero H2+.

This is a Python port of the example code for the NFC module MF522-AN.

##Requirements
This code requires you to have SPI-Py installed from the following repository:
https://github.com/lthiery/SPI-Py
https://github.com/aissarmurad/SPI-Py

##Examples
This repository includes a couple of examples showing how to read, write, and dump data from a chip. They are thoroughly commented, and should be easy to understand.
Expand Down
2 changes: 1 addition & 1 deletion Read.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf8 -*-

import RPi.GPIO as GPIO
import OPi.GPIO as GPIO
import MFRC522
import signal

Expand Down
2 changes: 1 addition & 1 deletion Write.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf8 -*-

import RPi.GPIO as GPIO
import OPi.GPIO as GPIO
import MFRC522
import signal

Expand Down

0 comments on commit f4f13e3

Please sign in to comment.