You've already forked dspico-usb-examples
mirror of
https://github.com/LNH-team/dspico-usb-examples.git
synced 2026-01-09 16:27:56 -08:00
11 lines
196 B
C
11 lines
196 B
C
#pragma once
|
|
|
|
typedef enum
|
|
{
|
|
CAMERA_IPC_CMD_INIT_FRONT,
|
|
CAMERA_IPC_CMD_INIT_BACK,
|
|
CAMERA_IPC_CMD_ACTIVATE,
|
|
CAMERA_IPC_CMD_DEACTIVATE,
|
|
CAMERA_IPC_CMD_SWITCH
|
|
} CameraIpcCommand;
|