1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_pn532
Marian Buschsieweke 86fdbd7054
core/lib: Add macros/utils.h header
The macros CONCAT(), MIN(), and MAX() are defined over and over again in
RIOT's code base. This de-duplicates the code by moving the macros to a
common place.
2023-01-07 09:47:44 +01:00
..
app.config.test drivers/pn532: Update kconfig model 2022-03-04 14:15:50 +01:00
main.c core/lib: Add macros/utils.h header 2023-01-07 09:47:44 +01:00
Makefile drivers/pn532: migrate to ztimer 2021-12-11 17:56:39 +01:00
Makefile.ci drivers/pn532: migrate to ztimer 2021-12-11 17:56:39 +01:00
pn532_params.h drivers/pn532: use pseudomodules to select i2c or spi 2021-01-04 16:55:16 +01:00
README.md drivers/pn532: add NFC reader PN532 driver 2017-01-13 14:47:19 +01:00

About

This is a manual test application for the PN532 NFC reader driver.

Usage

This test application initializes the PN532 and waits for a card to be placed under the reader. When the card is detected, the content of the card is printed.