SkillAgentSearch skills...

GpioIrq

Example of using sysfs for edge detection interrupts on the Omega's GPIOs

Install / Use

/learn @OnionIoT/GpioIrq
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

gpioIrq

Example of using sysfs for edge detection interrupts on the Omega's GPIOs.

Compilation

In order to run this program on the Omega2, it must first be compiled for the MIPS architecture.

The available options:

Both methods will work, it is up to the user.

Usage

The executable is meant to be run with an argument that identifies the GPIO pin which is to be monitored for a change in the voltage level (an edge):

./gpioIrq <GPIO-Number>

To test this program, run it and try using a jumper wire to connect the selected GPIO to GND and then 3.3V. Monitor the output of the program and observe what happens.

Related Skills

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated1y ago
Forks4

Languages

C

Security Score

75/100

Audited on Apr 10, 2024

No findings