UNPKG

w-pwm

Version:

DMA based soft PWM for raspberry pi gpio

31 lines (30 loc) 651 B
{ "name": "w-pwm", "version": "1.0.3", "description": "DMA based soft PWM for raspberry pi gpio", "main": "index.js", "typings": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/xinkaiwang/rpio-pwm.git" }, "keywords": [ "DMA", "soft PWM", "PWM", "raspberry", "pi" ], "author": "xinkai wang", "license": "MIT", "bugs": { "url": "https://github.com/xinkaiwang/rpio-pwm/issues" }, "homepage": "https://github.com/xinkaiwang/rpio-pwm#readme", "dependencies": { "nan": "^2.14.1" } }