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

libgpiod node bindings

Results 5 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
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
pin-monitoring

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