Skip to content

Releases: stianeikeland/go-rpio

Support for PWM balanced mode

02 Dec 14:16
939e5ab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.5.2...v4.6.0

Fix core_freq of SpiSpeed for newer Pi versions

01 Dec 18:16
ab13b61
Compare
Choose a tag to compare

What's Changed

  • Fix incorrect core_freq for Raspberry Pi 4, Raspberry Pi 400 and CM4 by @tmsmr in #80

New Contributors

  • @tmsmr made their first contribution in #80

Full Changelog: v4.5.1...v4.5.2

Fix oscillator frequency for Rpi4

20 Sep 09:21
2ab4c04
Compare
Choose a tag to compare

Improve Rpi 4 support

20 Sep 09:19
Compare
Choose a tag to compare

Several incompatibility issues with Raspberry Pi 4 were solved.
Thanks to @wfd3

Disable GPIO interrupts

02 Dec 23:20
d43a3ce
Compare
Choose a tag to compare

You can now (optionally) disable interrupts, this might help with issues like #35.

Go.mod

30 Nov 13:58
1fd77dd
Compare
Choose a tag to compare

Added go.mod module versioning

SPI support

29 Nov 16:39
ac4019c
Compare
Choose a tag to compare
  • SPI support, thanks to @Drahoslav7

Faster GPIO output (write and toggle)

09 Oct 09:57
019f406
Compare
Choose a tag to compare

Faster GPIO output, thanks to @Drahoslav7

(retagged 4.2.0 -> v4.2.0)

Edge detection

06 Jun 22:45
3abdd22
Compare
Choose a tag to compare

This release adds support for edge detection (rising, falling, both), thanks to @Drahoslav7

Support for PWM and Clock modes

12 Jan 00:20
Compare
Choose a tag to compare

This release adds support for PWM and Clock modes, big thanks to @Drahoslav7!