Searched refs:toHex (Results 1 – 2 of 2) sorted by relevance
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
D | pn532.js | 41 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
|
D | pn532-writeurl.js | 58 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));
|