objc

GPIOTypes.h
Go to the documentation of this file.
1 
8 #pragma once
9 #include <runtime-hw/hw.h>
10 
15 typedef enum {
20 } GPIOEvent;
Falling edge detected.
Definition: GPIOTypes.h:17
Rising edge detected.
Definition: GPIOTypes.h:16
GPIO pin falling edge interrupt.
Definition: gpio.h:52
GPIO pin rising edge interrupt.
Definition: gpio.h:51
Hardware interface abstraction layer.
GPIOEvent
GPIO input types for handling GPIO events.
Definition: GPIOTypes.h:15
Both edges detected.
Definition: GPIOTypes.h:18