pigpio library
Showing
with
5047 additions
and
2735 deletions
No preview for this file type
No preview for this file type
No preview for this file type
node_modules/pigpio/History.md
0 → 100644
node_modules/pigpio/LICENSE
0 → 100644
node_modules/pigpio/README.md
0 → 100644
node_modules/pigpio/binding.gyp
0 → 100644
node_modules/pigpio/build/Makefile
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
node_modules/pigpio/build/binding.Makefile
0 → 100644
node_modules/pigpio/build/config.gypi
0 → 100644
node_modules/pigpio/build/pigpio.target.mk
0 → 100644
node_modules/pigpio/doc/configuration.md
0 → 100644
node_modules/pigpio/doc/gpio.md
0 → 100644
node_modules/pigpio/doc/gpiobank.md
0 → 100644
node_modules/pigpio/doc/notifier.md
0 → 100644
node_modules/pigpio/example/alert.js
0 → 100644
node_modules/pigpio/example/blinky.js
0 → 100644
302 KB
node_modules/pigpio/example/gpio-info.js
0 → 100644
node_modules/pigpio/example/led-button.png
0 → 100644
227 KB
node_modules/pigpio/example/light-switch.js
0 → 100644
node_modules/pigpio/example/pulse-led.js
0 → 100644
node_modules/pigpio/example/servo.js
0 → 100644
node_modules/pigpio/example/servo.png
0 → 100644
124 KB
node_modules/pigpio/package.json
0 → 100644
| { | |||
| "name": "pigpio", | |||
| "version": "0.6.3", | |||
| "description": "Fast GPIO, PWM, servo control, state change notification, and interrupt handling on the Raspberry Pi", | |||
| "main": "pigpio.js", | |||
| "directories": { | |||
| "example": "example", | |||
| "test": "test" | |||
| }, | |||
| "scripts": { | |||
| "test": "echo \"Tests can only be run manually from the command line.\" && exit 1", | |||
| "install": "node-gyp rebuild" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/fivdi/pigpio.git" | |||
| }, | |||
| "engines": { | |||
| "node": ">=0.10.0" | |||
| }, | |||
| "dependencies": { | |||
| "bindings": "~1.3.0", | |||
| "nan": "~2.7.0" | |||
| }, | |||
| "keywords": [ | |||
| "gpio", | |||
| "pwm", | |||
| "servo", | |||
| "interrupt", | |||
| "raspberry", | |||
| "pi" | |||
| ], | |||
| "author": { | |||
| "name": "fivdi" | |||
| }, | |||
| "license": "MIT", | |||
| "gypfile": true, | |||
| "gitHead": "9c73af1af9625016dc030e172eb8008be0b77842", | |||
| "bugs": { | |||
| "url": "https://github.com/fivdi/pigpio/issues" | |||
| }, | |||
| "homepage": "https://github.com/fivdi/pigpio#readme", | |||
| "_id": "pigpio@0.6.3", | |||
| "_npmVersion": "5.5.1", | |||
| "_nodeVersion": "9.0.0", | |||
| "_npmUser": { | |||
| "name": "fivdi", | |||
| "email": "bdscooke@gmail.com" | |||
| }, | |||
| "maintainers": [ | |||
| { | |||
| "name": "fivdi", | |||
| "email": "bdscooke@gmail.com" | |||
| } | |||
| ], | |||
| "dist": { | |||
| "integrity": "sha512-DSuknJwp7OQAbeISO/tKoPqnN9O+GCGNP5Ued+Dpq47o75lCPoH+eNMmkHomYJbGKqmcIuBtKwNVh2rNVg1uqQ==", | |||
| "shasum": "366aa262efbd5681f95dc2ae8d793fcf43212ed3", | |||
| "tarball": "https://registry.npmjs.org/pigpio/-/pigpio-0.6.3.tgz" | |||
| }, | |||
| "_npmOperationalInternal": { | |||
| "host": "s3://npm-registry-packages", | |||
| "tmp": "tmp/pigpio-0.6.3.tgz_1509789341197_0.6510892033111304" | |||
| }, | |||
| "_shasum": "366aa262efbd5681f95dc2ae8d793fcf43212ed3", | |||
| "_from": "pigpio@", | |||
| "_resolved": "https://registry.npmjs.org/pigpio/-/pigpio-0.6.3.tgz" | |||
| } |
node_modules/pigpio/pigpio.js
0 → 100644
node_modules/pigpio/src/pigpio.cc
0 → 100644
node_modules/pigpio/test/alert.js
0 → 100644
node_modules/pigpio/test/banked-leds.js
0 → 100644
node_modules/pigpio/test/blinky-pwm.js
0 → 100644
node_modules/pigpio/test/blinky.js
0 → 100644
node_modules/pigpio/test/do-nothing.js
0 → 100644
node_modules/pigpio/test/gpio-mode.js
0 → 100644
node_modules/pigpio/test/gpio-numbers.js
0 → 100644
node_modules/pigpio/test/isr-performance.js
0 → 100644
node_modules/pigpio/test/isr-timeouts-2.js
0 → 100644
node_modules/pigpio/test/isr-timeouts.js
0 → 100644
node_modules/pigpio/test/light-switch.js
0 → 100644
node_modules/pigpio/test/notifier-pwm.js
0 → 100644
node_modules/pigpio/test/notifier-stress.js
0 → 100644
node_modules/pigpio/test/notifier.js
0 → 100644
node_modules/pigpio/test/pull-up-down.js
0 → 100644
node_modules/pigpio/test/pulse-led.js
0 → 100644
node_modules/pigpio/test/pwm.js
0 → 100644
node_modules/pigpio/test/run-tests
0 → 100755
node_modules/pigpio/test/servo-control.js
0 → 100644
node_modules/pigpio/test/terminate.js
0 → 100644
node_modules/pigpio/test/trigger-led.js
0 → 100644
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
node_modules/uws/build/gyp-mac-tool
deleted
100755 → 0
No preview for this file type
Please
register
or
sign in
to comment