https://github.com/zonque/pn532-espidf
PN532 driver component for ESPIDF
https://github.com/zonque/pn532-espidf
espidf pn532
Last synced: 2 months ago
JSON representation
PN532 driver component for ESPIDF
- Host: GitHub
- URL: https://github.com/zonque/pn532-espidf
- Owner: zonque
- Created: 2021-02-27T17:15:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-28T12:01:14.000Z (over 3 years ago)
- Last Synced: 2025-02-05T02:19:06.377Z (4 months ago)
- Topics: espidf, pn532
- Language: C++
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PN532 driver for ESPIDF
This component adds support for PN532 peripherals in ESPIDF environments. The core implementation is based on [Adafruit's library](https://github.com/adafruit/Adafruit-PN532), and the ESPIDF/FreeRTOS bits are taken from [a library released by Luca Faccin](https://github.com/lucafaccin/esp-pn532), but it was majorly overhauled and turned into a C++ implementation.
# LICENSE
BSD