mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-01-13 05:08:47 +00:00
11 lines
191 B
C
11 lines
191 B
C
|
#pragma once
|
||
|
|
||
|
typedef enum {
|
||
|
GpioStartEventOtgOff = 0,
|
||
|
GpioStartEventOtgOn,
|
||
|
GpioStartEventManualConrol,
|
||
|
GpioStartEventUsbUart,
|
||
|
|
||
|
GpioUsbUartEventConfig,
|
||
|
} GpioCustomEvent;
|