diff --git a/.gitmodules b/.gitmodules index d19a3b2..eebd94f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -547,3 +547,6 @@ [submodule "libraries/drivers/ts20"] path = libraries/drivers/ts20 url = https://github.com/todbot/CircuitPython_TS20.git +[submodule "libraries/drivers/pn7150"] + path = libraries/drivers/pn7150 + url = https://github.com/TheFilipcom4607/circuitpython-pn7150.git diff --git a/circuitpython_community_library_list.md b/circuitpython_community_library_list.md index 02f204a..0caefba 100644 --- a/circuitpython_community_library_list.md +++ b/circuitpython_community_library_list.md @@ -41,6 +41,7 @@ Here is a listing of current CircuitPython Community Libraries. These libraries * [CircuitPython_paj7620](https://github.com/deshipu/circuitpython-paj7620.git) A driver for the PAJ7620 gesture sensor. * [CircuitPython PCA9674](https://github.com/XENONFFM/CircuitPython_PCA9674.git) Driver for the NXP PCA9674(A) 8 channel I2C I/O expander ([PyPi](https://pypi.org/project/circuitpython-pca9674)) * [CircuitPython PCA9955b](https://github.com/noelanderson/CircuitPython_PCA9955B.git) Driver for the NXP PCA9955b 16-Channel I2C-Bus Constant-Current LED Driver ([Docs](https://circuitpython-pca9955b.readthedocs.io/en/latest/)) +* [CircuitPython PN7150](https://github.com/TheFilipcom4607/circuitpython-pn7150.git) Driver for the NXP PN7150 NFC controller, with NDEF decoding and encoding, reader/writer support for NTAG/Ultralight, Mifare Classic, DESFire, ISO15693 and FeliCa, and Type 4 card emulation. * [CircuitPython qmi8658c](https://github.com/jins-tkomoda/CircuitPython_QMI8658C.git) Driver for the QMI8658C inertial measurement unit ([Docs](https://circuitpython-qmi8658c.readthedocs.io/en/latest/)) * [CircuitPython Raspberry PI Build HAT](https://github.com/CDarius/CircuitPython_RaspberryPI_BuildHAT.git) Driver for Raspberry PI Build HAT ([Docs](https://circuitpython-raspberrypi-buildhat.readthedocs.io/en/latest/)) diff --git a/libraries/drivers/pn7150 b/libraries/drivers/pn7150 new file mode 160000 index 0000000..e339a7e --- /dev/null +++ b/libraries/drivers/pn7150 @@ -0,0 +1 @@ +Subproject commit e339a7ecffa9c0e0fa955c717bb1da20f4432d33