文件名称:arietta-gpio:基于bodokaisernode-native-gpio的Node.js的Arietta sysfs GPIO包装器
文件大小:13KB
文件格式:ZIP
更新时间:2024-05-29 07:23:09
C++
arietta-gpio arietta-GPIO是sysfs的ģENERAL P urpose我NPUT频输出包装器node.js中它使您能够以简单的面向对象的方式控制Acmesystems Arietta板的GPIO。 有关此硬件的更多信息,请访问。 安装 使用安装arietta-gpio : $ npm install arietta-gpio 预习 var arietta = require('arietta-gpio'); var button = new arietta.GPIO(81); //81 is the kernel ID for the onboard pushbutton var led = new arietta.GPIO(64); //64 is the kernel ID for pin 39 (PC0) led .direction(ari
【文件预览】:
arietta-gpio-master
----.gitignore(641B)
----README.md(4KB)
----binding.gyp(524B)
----test()
--------src()
----LICENSE(1KB)
----package.json(792B)
----src()
--------gpio.cc(6KB)
--------gpio_wrap.h(899B)
--------gpio.h(2KB)
--------gpio_wrap.cc(5KB)
----Makefile(283B)
----lib()
--------index.js(190B)