flipperzero-firmware/applications/main/gpio/gpio_custom_event.h

13 lines
223 B
C
Raw Normal View History

#pragma once
typedef enum {
GpioStartEventOtgOff = 0,
GpioStartEventOtgOn,
GpioStartEventManualControl,
GpioStartEventUsbUart,
GpioCustomEventErrorBack,
GpioUsbUartEventConfig,
} GpioCustomEvent;