MicroPython_PN532/README.rst

15 lines
360 B
ReStructuredText
Raw Normal View History

2018-08-25 05:45:47 +00:00
Introduction
============
MicroPython driver for the `PN532 NFC/RFID Breakout/Shield`. This is a fork of the
`Adafruit CircuitPython PN532 <https://github.com/adafruit/Adafruit_CircuitPython_PN532>`_
library.
2018-08-25 05:45:47 +00:00
It is not thoroughly tested, so expect bugs. Please report them.
2018-08-25 05:45:47 +00:00
Usage Example
=============
2018-08-25 20:39:16 +00:00
Check examples/pn532_simpletest.py for usage example
2018-08-25 05:45:47 +00:00