Skip to content

v0.4.5

Compare
Choose a tag to compare
@fhunleth fhunleth released this 25 Feb 15:35
  • Bug fixes
    • Opening a GPIO to read its state won't clear the interrupt status of another
      listener. Registering for interrupts a second time will still clear out the
      first registree, though. That's a limitation of the interface. However, for
      debugging, it can be nice to look at a GPIO without affecting the program
      and this change allows for that.