Home
last modified time | relevance | path

Searched refs:toHex (Results 1 – 2 of 2) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dpn532.js41 console.log("Got firmware version: " + toHex(vers, 8));
71 process.stdout.write(toHex(byteVal, 2) + " ");
74 console.log("SAK: " + toHex(myNFCObj.getSAK(), 2));
75 console.log("ATQA: " + toHex(myNFCObj.getATQA(), 4));
82 function toHex(d, pad) function
Dpn532-writeurl.js58 function toHex(d, pad) function
87 console.log("Got firmware version: " + toHex(vers, 8));
121 process.stdout.write(toHex(byteVal, 2) + " ");
124 console.log("SAK: " + toHex(myNFCObj.getSAK(), 2));
125 console.log("ATQA: " + toHex(myNFCObj.getATQA(), 4));