node-web-gpio:使用Node.js进行GPIO访问

时间:2024-05-09 18:11:38
【文件属性】:

文件名称:node-web-gpio:使用Node.js进行GPIO访问

文件大小:25KB

文件格式:ZIP

更新时间:2024-05-09 18:11:38

TypeScript

节点网络gpio 使用Node.js进行GPIO访问 用法 const { requestGPIOAccess } = require ( "node-web-gpio" ) ; const { promisify } = require ( "util" ) ; const sleep = promisify ( setTimeout ) ; async function main ( ) { const gpioAccess = await requestGPIOAccess ( ) ; const port = gpioAccess . ports . get ( 26 ) ; await port . export ( "out" ) ; for ( ; ; ) { await port . write ( 1 ) ; await sleep (


【文件预览】:
node-web-gpio-master
----renovate.json(79B)
----package.json(869B)
----.github()
--------workflows()
----LICENSE(1KB)
----.eslintrc.js(603B)
----tsconfig.json(310B)
----.gitignore(22B)
----tsconfig.eslint.json(136B)
----README.md(529B)
----yarn.lock(42KB)
----index.ts(6KB)

网友评论