Releases: stianeikeland/go-rpio
Releases · stianeikeland/go-rpio
Support for PWM balanced mode
Fix core_freq of SpiSpeed for newer Pi versions
Fix oscillator frequency for Rpi4
Thanks to @b3nn0
Improve Rpi 4 support
Several incompatibility issues with Raspberry Pi 4 were solved.
Thanks to @wfd3
Disable GPIO interrupts
You can now (optionally) disable interrupts, this might help with issues like #35.
Go.mod
Added go.mod module versioning
SPI support
- SPI support, thanks to @Drahoslav7
Faster GPIO output (write and toggle)
Faster GPIO output, thanks to @Drahoslav7
(retagged 4.2.0 -> v4.2.0)
Edge detection
This release adds support for edge detection (rising, falling, both), thanks to @Drahoslav7
Support for PWM and Clock modes
This release adds support for PWM and Clock modes, big thanks to @Drahoslav7!