Serial port; int data; int movby; float x=300; float y=00; float spdy=6; ... port.available()<30) { data=port.read(); movby = int(map(float(data), ...
確定! 回上一頁