zhuyeyiyi / raspberry-pi-gpio-interrupt

Example written in C demonstrating the use of kernel GPIO interrupts with jitter filtering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro

Small C programme to demonstrate how to use kernel level GPIO interrupts on a Raspberry Pi. Also includes time based jitter filtering.

Compiling

Running

Must be run as root

./gpio-interrupt

About

Example written in C demonstrating the use of kernel GPIO interrupts with jitter filtering


Languages

Language:C 100.0%