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