node-ds1621:DS1621温度传感器的Node.js模块

时间:2024-05-28 06:48:40
【文件属性】:

文件名称:node-ds1621:DS1621温度传感器的Node.js模块

文件大小:3KB

文件格式:ZIP

更新时间:2024-05-28 06:48:40

JavaScript

节点-ds1621 DS1621温度传感器的Node.js模块 在Raspberry Pi B +上测试 安装 $ npm install ds1621 用法 var ds1621 = require ( 'ds1621.js' ) , sensor = new ds1621 ( { device : '/dev/i2c-1' } ) ; sensor . getHighPrecTemp ( function ( temperature ) { console . log ( 'Temperature: ' + temperature + '°C' ) ; process . exit ( ) ; } ) ; 运行,示例: $ sudo node example.js 请注意:您必须在root帐户中运行它。 测验 安装摩卡咖啡,然后输入 $ sudo mocha 捐献 贝宝:


【文件预览】:
node-ds1621-master
----example.js(244B)
----ds1621.js(2KB)
----test()
--------test.js(802B)
----README.md(1KB)
----.gitignore(13B)
----package.json(623B)

网友评论