Skip to content

v0.5.5

Choose a tag to compare

@fhunleth fhunleth released this 29 Jun 15:37
· 115 commits to master since this release
  • New features
    • true and false can now be passed to Gpio.write/2
  • Bug fixes
    • Include i2c-dev.h to avoid incompatible version on Raspbian 8. This also
      avoids errors on systems that don't have the header file for whatever
      reason.
    • Include asm/ioctl.h for a MIPS platform that doesn't include it
      automatically.