objc

Enumerations
GPIOTypes.h File Reference

GPIO input types for handling GPIO events. More...

#include <runtime-hw/hw.h>
Include dependency graph for GPIOTypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  GPIOEvent { GPIOEventRising = HW_GPIO_RISING, GPIOEventFalling = HW_GPIO_FALLING, GPIOEventChanged }
 GPIO input types for handling GPIO events. More...
 

Detailed Description

GPIO input types for handling GPIO events.

GPIO-related types.

Definition in file GPIOTypes.h.