mirror of
https://github.com/stianeikeland/go-rpio.git
synced 2025-01-23 02:31:05 +01:00
Release 4.1.0 - With support for edge detection
This commit is contained in:
parent
4f808926bf
commit
3abdd2207d
|
@ -20,6 +20,7 @@ There's a tiny bit of additional information over at my [blog](https://blog.eike
|
|||
- 2.0.0 - Adds support for rpi 2, by @akramer
|
||||
- 3.0.0 - Adds support for /dev/gpiomem, by @dotdoom
|
||||
- 4.0.0 - Adds support for PWM and Clock modes, by @Drahoslav7
|
||||
- 4.1.0 - Adds support for edge detection, by @Drahoslav7
|
||||
|
||||
## Usage ##
|
||||
|
||||
|
@ -76,8 +77,9 @@ Currently, it supports basic functionality such as:
|
|||
- Write (High / Low)
|
||||
- Read (High / Low)
|
||||
- Pull (Up / Down / Off)
|
||||
- PWM
|
||||
- PWM (hardware, on supported pins)
|
||||
- Clock
|
||||
- Edge detection
|
||||
|
||||
It works by memory-mapping the bcm2835 gpio range, and therefore require root/administrative-rights to run.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user