JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 361
  • Score
    100M100P100Q87975F

Package Exports

  • node-libgpiod

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (node-libgpiod) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

node-libgpiod

Native nodejs binding for libgpiod

npm

requirements

  • libgpiod
  • nodejs
  • linux

compiling

You'll need node development headers, nan, libgpiod library, utils and the development headers

status

This is pre-alpha release, not working yet, willing to receive contributions!

known issues

  • gpio character device needs special udev rules in order to belong to a special group so non-root users could access it freely
  • libgpiod must be installed in the system correctly with development headers otherwise npm install will fail.