Abstract the communication between the user (microcontroller, computer ecc..) and the tag reader.
At the moment the I2C, SPI and HSU(UART) channel are implemented.
This implements the commands necessary to control the tag reader. It uses a channel to communicate with the reader.
At the moment only the PN532 reader is implemented.
Implement the command and functionality present in a Tag. It uses a controller to communicate with the tag.
At the moment only the DESFIRE tag is implemented.