mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-02 17:29:14 +00:00
11 lines
191 B
C
11 lines
191 B
C
|
#pragma once
|
||
|
|
||
|
typedef enum {
|
||
|
GpioStartEventOtgOff = 0,
|
||
|
GpioStartEventOtgOn,
|
||
|
GpioStartEventManualConrol,
|
||
|
GpioStartEventUsbUart,
|
||
|
|
||
|
GpioUsbUartEventConfig,
|
||
|
} GpioCustomEvent;
|