flipperzero-firmware/applications/gpio/gpio_custom_event.h

13 lines
222 B
C
Raw Normal View History

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