新增控制口

heatbeat
Matthew 3 months ago
parent 1f6276860e
commit a6bf1e117c

@ -21,7 +21,7 @@ if(ANDROID_ABI STREQUAL "armeabi-v7a")
add_definitions(-DUSING_N938) add_definitions(-DUSING_N938)
elseif(ANDROID_ABI STREQUAL "arm64-v8a") elseif(ANDROID_ABI STREQUAL "arm64-v8a")
# add_definitions(-DUSING_N938) # add_definitions(-DUSING_N938)
# add_definitions(-DUSING_PLZ) add_definitions(-DUSING_PLZ)
endif() endif()
# OUTPUT_DBG_INFO: # OUTPUT_DBG_INFO:

@ -51,6 +51,9 @@
#define CMD_SET_3V3_PWR_EN 132 #define CMD_SET_3V3_PWR_EN 132
#endif #endif
#define CMD_GET_CAMERA_STATUS 310
#define CMD_SET_INIT_STATUS 401
#else // defined(USING_PLZ) #else // defined(USING_PLZ)
#define CMD_SET_OTG_STATE 107 #define CMD_SET_OTG_STATE 107
@ -100,6 +103,9 @@
#define CMD_SET_LIGHT1_RESISTOR_ENABLE 524 #define CMD_SET_LIGHT1_RESISTOR_ENABLE 524
#define CMD_SET_100M_RESET 526 #define CMD_SET_100M_RESET 526
#define CMD_GET_CAMERA_STATUS 310
#define CMD_SET_INIT_STATUS 401
#endif // USING_PLZ #endif // USING_PLZ
#else // defined(USING_N938) #else // defined(USING_N938)

Loading…
Cancel
Save