node-libgpiod
node-libgpiod copied to clipboard
support for gpioinfo
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.
- added chip.getLineNames
- added line.getDirection
most basic info are provided now. closing.