| Method and Description |
|---|
| com.galarzaa.androidthings.Rc522.authenticateCard(byte, byte, byte[], byte[])
use
authenticateCard(byte, byte, byte[]) instead |
| com.galarzaa.androidthings.Rc522.getUuid()
Method renamed, use
getUid() instead |
| com.galarzaa.androidthings.Rc522.readBlock(byte)
Use
readBlock(byte, byte[]) as it can report read status |
| com.galarzaa.androidthings.Rc522.write(byte, byte[])
renamed to
writeBlock(byte, byte[]). |
| Constructor and Description |
|---|
| com.galarzaa.androidthings.Rc522(Context, SpiDevice, Gpio)
use
Rc522(SpiDevice, Gpio) instead. |