Exemple #1
0
 public API_Test()
 {
     i2cAdress = Utils.HexToByte("AA");
     ntag      = new NtagI2C();
 }
Exemple #2
0
 // Constructor
 public NtagI2CDevice()
 {
     api = new NtagI2C();
 }