Skip to content

Release 3.4

Compare
Choose a tag to compare
@mwallner mwallner released this 05 May 19:21
· 20 commits to master since this release
8960cc9

What's Changed

  • fix some typos, improve error message by @mwallner in #213
  • Fixed warnings and removed unused function by @cl0udf1re in #224
  • 馃巿 New Kernel GPIO device Interface (replaces sysfs functions)
  • wiringPiSetupSys function works again (calls now wiringPiSetupGpioDevice)
  • by @mstroh76 in
    #229
    #230
    #233
    #235
    #212

鈿狅笍 NEW API Calls

  • enum WPIPinType
  • wiringPiSetupPinType(WPIPinType) - Setup type via parameter
  • wiringPiSetupGpioDevice(WPIPinType) - New Kernel GPIO device
  • wiringPiGpioDeviceGetFd - Get file descriptor for Kernel GPIO device
  • wiringPiGlobalMemoryAccess - Test Global memory access
  • pinMode(PM_OFF) - Switch off pin mode (input, free fd)
  • wiringPiI2CReadBlockData and wiringPiI2CWriteBlockData - Read and write I2C sizes other than 8/16 bit
  • wiringPiI2CRawRead and wiringPiI2CRawWrite - Direct Read and Write to I2C bus

New Contributors

Full Changelog: 3.2...3.4