go-rpio

Raspberry Pi GPIO library for go-lang

MIT License

Stars
2.2K
Committers
16

Bot releases are hidden (Show)

go-rpio - Support for PWM balanced mode Latest Release

Published by drahoslove almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/stianeikeland/go-rpio/compare/v4.5.2...v4.6.0

go-rpio - Fix core_freq of SpiSpeed for newer Pi versions

Published by drahoslove almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/stianeikeland/go-rpio/compare/v4.5.1...v4.5.2

go-rpio - Fix oscillator frequency for Rpi4

Published by drahoslove about 3 years ago

Thanks to @b3nn0

go-rpio - Improve Rpi 4 support

Published by drahoslove about 3 years ago

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

go-rpio - Disable GPIO interrupts

Published by stianeikeland almost 6 years ago

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

go-rpio - Go.mod

Published by stianeikeland almost 6 years ago

Added go.mod module versioning

go-rpio - SPI support

Published by stianeikeland almost 6 years ago

  • SPI support, thanks to @Drahoslav7
go-rpio - Faster GPIO output (write and toggle)

Published by stianeikeland about 6 years ago

Faster GPIO output, thanks to @Drahoslav7

(retagged 4.2.0 -> v4.2.0)

go-rpio - Edge detection

Published by stianeikeland over 6 years ago

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

go-rpio - Support for PWM and Clock modes

Published by stianeikeland almost 7 years ago

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

go-rpio - /dev/gpiomem

Published by stianeikeland almost 9 years ago

Support new /dev/gpiomem memory range for GPIO.

go-rpio - Support for RPI 2

Published by stianeikeland over 9 years ago

Supports the new RPI 2 B, which uses a different memory range for GPIO.

go-rpio - Initial release

Published by stianeikeland over 9 years ago

Supports the original Raspberry PI (A/B/B+).