Release 4.1.0 - With support for edge detection

This commit is contained in:
Stian Eikeland 2018-06-07 00:43:49 +02:00 committed by GitHub
parent 4f808926bf
commit 3abdd2207d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 - 2.0.0 - Adds support for rpi 2, by @akramer
- 3.0.0 - Adds support for /dev/gpiomem, by @dotdoom - 3.0.0 - Adds support for /dev/gpiomem, by @dotdoom
- 4.0.0 - Adds support for PWM and Clock modes, by @Drahoslav7 - 4.0.0 - Adds support for PWM and Clock modes, by @Drahoslav7
- 4.1.0 - Adds support for edge detection, by @Drahoslav7
## Usage ## ## Usage ##
@ -76,8 +77,9 @@ Currently, it supports basic functionality such as:
- Write (High / Low) - Write (High / Low)
- Read (High / Low) - Read (High / Low)
- Pull (Up / Down / Off) - Pull (Up / Down / Off)
- PWM - PWM (hardware, on supported pins)
- Clock - Clock
- Edge detection
It works by memory-mapping the bcm2835 gpio range, and therefore require root/administrative-rights to run. It works by memory-mapping the bcm2835 gpio range, and therefore require root/administrative-rights to run.