Dr. John's Javascript Laboratory
2019年7月30日 星期二
Webusb test
Connect
Send ledh
Send Custom
Clear Log
External library from
https://github.com/webusb/arduino
2019年7月16日 星期二
Arduino Control by Form Submit
訊息:
setm
密碼:
2019年7月14日 星期日
A javascript analog of python's range
var range=(a,b,c)=>
{
if(!b) b=1;
if(!c) c=1;
let arr=new Array(Math.floor(Math.abs(a-b)/c)+1).fill(0);
arr=arr.map((i,ind)=>(ind*(b-a)/(arr.length-1)+a));
return arr;
};
for(i of range(4,2)){alert(i);}
測試
較新的文章
首頁
訂閱:
文章 (Atom)