Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pigpio.js

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pigpio.js

A node.js library for the pigpio daemon, allowing fast, powerful PWM control of the Raspberry Pi pins

  • 0.0.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

pigpio

NodeJS library for the pigpio daemon.

Installation

Make sure you have node and npm installed on your Raspberry Pi.

Install the pigpio daemon ([instructions][pi-blaster]).

Install this library

npm install pigpio

Usage

# example.coffee
pigpio = require 'pigpio'

pigpio.setFrequency 8000

# Set pin 22 to pwm at 50%, faking ~1.65V
pigpio.setPwm 22, 0.5

License

Copyright 2014 - Jonathan Dahan. Published under the MIT open source license Copyright 2013 - Thomas Sarlandie. Published under the MIT open source license

FAQs

Package last updated on 07 Jun 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc