Skip to content

v1.0.1

Compare
Choose a tag to compare
@fhunleth fhunleth released this 27 Jul 19:14
· 180 commits to main since this release
  • Bug fixes
    • On at least one device, the pin direction reported by Linux does not match
      the actual pin direction. This release forces the pin direction for inputs.
      It cannot do this for outputs, since setting a pin to output has a side
      effect on the pin state. This technically is a bug in a Linux driver port,
      but it was harmless to workaround for inputs so that's what's done. Thanks
      to @pojiro for investigating and fixing this issue.