mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
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.
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.