WiringPi

The arguably fastest GPIO Library for the Raspberry Pi

LGPL-3.0 License

Downloads
116
Stars
2.7K
Committers
24
WiringPi - Release 3.8 Latest Release

Published by mwallner about 2 months ago

What's Changed

Full Changelog: https://github.com/WiringPi/WiringPi/compare/3.6...3.8

  • wiringpi_3.8_armhf - 32 bit release Bookworm (sha256 de606f7a398edfedc50df0cd619212d373a11de27bc35bb3f76f39d2dd01523d)
  • wiringpi_3.8_arm64 - 64 bit release Bookworm (sha256 ead43ea1b6e2a4f24272ed83611151d90f53877b4c7b58ef51212aa988ecfb3f)
WiringPi - Release 3.6

Published by mstroh76 5 months ago

  • PM_OFF changes:
    PM_OFF (DMA mode) resets the GPIO on Pi 5
    PM_OFF (DMA mode) switch GPIO to input on Pi 0-4

  • Function for return pin mode as enum
    New API:
    getPinModeAlt

  • Support for multiple SPI number 0-6 and channel 0-2, to support CM4
    New API:
    wiringPiSPIxGetFd, wiringPiSPIxDataRW, wiringPiSPIxSetupMode, wiringPiSPIxSetup, wiringPiSPIxClose

  • Internal development: Unit tests (GPIO, SPI, I2C)

  • wiringpi_3.6_armhf - 32 bit release Bookworm (sha256 b48a2c0f203a94479ddd6e2e48b7dd7d7e712914b69e150720d57c6a0e628b46)
  • wiringpi_3.6_arm64 - 64 bit release Bookworm (sha256 7f5fc473dddfa2b9ed76e850ad7cafd8593449d9e4395bf6ba8df6163ecbd196)
WiringPi - Release 3.4

Published by mwallner 6 months ago

What's Changed

⚠️ 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: https://github.com/WiringPi/WiringPi/compare/3.2...3.4

WiringPi - Version 3.2

Published by mwallner 7 months ago

This release fixes ISR on debian/ubuntu kernels >= 6.6 🥳
=> everyone using an up-to-date OS should move to this release in order to (re-)enable ISR functionality.

What's Changed

Full Changelog: https://github.com/WiringPi/WiringPi/compare/3.1...3.2

please ensure to use the latest/correct files:

  • wiringpi_3.2_armhf - 32 bit release Bookworm (sha256 22429dec16ee7f76399cbe73b0a8ab37c06ce4db54f818944c3f2d75c93b04ae)
  • wiringpi_3.2_arm64 - 64 bit release Bookworm (sha256 8d4b523100505d9f69ce4984322feddb46f4c3bf2a7533dfcaf686fa5a6daa91)
  • wiringpi_3.2-bullseye_armhf - 32 bit release Bullseye (sha256 842a3d6ef81abb80fbdd30e7ed17a000f1502f30122d9170c402870f009fd8d1)
WiringPi - Version 3.1

Published by mwallner 8 months ago

What's Changed

  • Update README, small fixes
  • Creating correct deb package for arm64
  • #194 - get board revision from devicetree
  • #195 - refactor board layout detection

Full Changelog: https://github.com/WiringPi/WiringPi/compare/3.0...3.1


please ensure to use the latest/correct files:

  • wiringpi_3.1_armhf - 32 bit release (sha256 639094d88a2a93efcd198cf16cc446de0ae94d6440a38e5d6a3d457ad1097707 )
  • wiringpi_3.1_arm64 - 64 bit release (sha256 d85617a6c73182d460cbce2d96350024791e9f7eee3dae724eac05d145b9e175)
WiringPi - Version 3.0

Published by mstroh76 8 months ago

🎈 First V3 release 🎈

What's Changed

  • Support Raspberry Pi 5 ✔️
  • Debian Bookworm Support ✔️

New Contributors

Full Changelog: https://github.com/WiringPi/WiringPi/compare/2.61-1...3.0


NOTE: we've only released the 32 bit version with our initial release along with a broken buildscript if you were building on x64 systems, - this has been fixed with #192 and the correct binaries have been re-uploaded here.

please ensure to use the latest/correct files:

  • wiringpi_3.0_armhf - 32 bit release (sha256 6ea859cf6c0b366ba9aa8685d04b2fa4900feca61f2d9cf1884e6bfeb177edac)
  • wiringpi_3.0_arm64.deb - 64 bit release (sha256 488a0d4083b825ab42d82deca46474efb226eba420df48bc74200aff060323cc)
WiringPi - Version 2.61-1

Published by Gadgetoid over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/WiringPi/WiringPi/commits/2.61-1