1.0.0 • Published 7 years ago

js-pigpiod v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

#js-pigpio

A pure JS library for interacting with Raspberry Pi GPIO using the pigpio daemon (for pwm, servo control, etc)

The pigpio library uses direct memory access (DMA) to allow you to sample the GPIOs up to 1,000,000 times per second. It also makes it fast enough to give you PWM and servo control on all GPIOs simultaneously. The servo waveforms are accurate to a few microseconds.

This code is based off of the python library included with the pigpio download.

For managed access to the GPIO using javascript checkout js-gpiozero.

##Thanks Massive thanks for the inspiration and idea from pi-fast-gpio