MicroPython_PN532/README.rst
Kumi ef5c8c4a1d
Migrate library to MicroPython compatibility
Changes include adapting codebases for I2C, SPI, and UART modules to work with MicroPython's machine library. Removed references to CircuitPython-specific libraries and updated configurations for Pin and UART initialization. Simplified import statements and replaced ReadableBuffer type hints with MicroPython's bytes and bytearray types. This migration targets increased accessibility for MicroPython users, ensuring broader hardware support while maintaining core RFID/NFC functionalities. Adjustments also involve file structure and documentation revisions to reflect the MicroPython focus.
2024-01-11 16:51:27 +01:00

14 lines
360 B
ReStructuredText

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.
It is not thoroughly tested, so expect bugs. Please report them.
Usage Example
=============
Check examples/pn532_simpletest.py for usage example