No description
Find a file
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
docs unpin sphinx and add sphinx-rtd-theme to docs reqs 2023-12-04 09:55:05 -06:00
examples Add mifare classic value block operations 2023-09-26 18:17:29 +01:00
LICENSES Ran pre-commit, added licenses 2021-01-14 11:45:11 -05:00
pn532 Migrate library to MicroPython compatibility 2024-01-11 16:51:27 +01:00
.gitignore Add .venv to .gitignore 2022-11-30 19:33:00 -05:00
LICENSE cookie 2018-08-25 01:45:47 -04:00
README.rst Migrate library to MicroPython compatibility 2024-01-11 16:51:27 +01:00
README.rst.license Ran pre-commit, added licenses 2021-01-14 11:45:11 -05:00

SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries

SPDX-License-Identifier: MIT