navigator.requestI2CAccess().then( function(i2cAccess) { var port = i2cAccess.open(0); var port2 = i2cAccess.open(2); port.setDeviceAddress(0x64); // c8*1/2 port2.setDeviceAddress(0x64); // ... port,port2で左右分け!
onkeydown event
document.onkeydown = function (e){ if(!e) e = window.event; // for debug console.log(e); } HDMIの画面にクリックは、リモコンカーとして現実的でないので、基板のUSBにkeyboardを繋いで、制御したい。このための準備