node-libgpiod icon indicating copy to clipboard operation
node-libgpiod copied to clipboard

libgpiod node bindings

Results 15 node-libgpiod issues
Sort by recently updated
recently updated
newest added

Potential min libgpiod version or ifdefs required. ``` ../src/line.cc:24:99: error: ‘GPIOD_LINE_REQUEST_FLAG_BIAS_DISABLE’ was not declared in this scope; did you mean ‘GPIOD_LINE_REQUEST_FLAG_OPEN_DRAIN’? 24 | Nan::Set(lineFlags, Nan::New("GPIOD_LINE_REQUEST_FLAG_BIAS_DISABLE").ToLocalChecked(), Nan::New(GPIOD_LINE_REQUEST_FLAG_BIAS_DISABLE)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | GPIOD_LINE_REQUEST_FLAG_OPEN_DRAIN...

bug
help wanted
tests
gpiod-1.x

gather here any info related to the simulator. for the two major versions if possible.

documentation
enhancement
tests

I know that GPIO monitoring callbacks is in the roadmap but it would be really great addition. I have tried node-libgpiod with Raspberry Pi 5 4GB (I just needed to...

enhancement
help wanted
pin-monitoring
gpiod-1.x

I decided to take a stab at getting your tests you wrote to work with [Vitest](https://vitest.dev) since it is the new hotness. I am getting close but getting this weird...

enhancement
help wanted
tests

Hi, Leonardo I defined line twice, then it occured "Error: Unable to get value for this line". Is there some way to this error. I make a nodered node which...

bug
enhancement

as post in https://github.com/sombriks/node-libgpiod/discussions/9 , implement calls to grab information about the chip, lines and so on. they can be quite useful at runtime.

enhancement
help wanted
gpiod-1.x
gpioinfo

libgpiod 1.x series supports bulk read/write operations, so we should make it available on this wrapper

enhancement
help wanted
gpiod-1.x
bulk read/write

This is a very strange issue, see below a piece of code that works, but when you `require('mysql2') `it stops working and gives the following error: ``` Error: EPERM, Operation...

bug
help wanted
tests
gpiod-1.x

I'm encountering this error on arch linux using libgpiod 2.1 and nodejs v18.20.4

Bumps [webpack](https://github.com/webpack/webpack) from 5.92.1 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...

dependencies