Tom Cooper

Results 3 issues of Tom Cooper

In lib/systemv.js, the output of "cat /proc/version" is parsed for certain Redhat or Debian strings. This does not work for all Linux builds. The standard method for init scripts is...

This is my first foray into Node.js/Javascript development, so hopefully I fixed this issue correctly (#31). Please let me know if the fix is release-worthy.

(using version 0.56.0) it looks like the `tracer` param is not passed through to `Ftdi.open_mpsse_from_device()` from other calling functions: https://github.com/eblot/pyftdi/blob/main/pyftdi/ftdi.py#L603 https://github.com/eblot/pyftdi/blob/main/pyftdi/ftdi.py#L632 in particular, this is unusable in `SpiController.configure()` here: https://github.com/eblot/pyftdi/blob/main/pyftdi/spi.py#L432...