Files
AI-on-the-edge-device/code/lib/driver/xclk.h
2020-08-07 17:42:29 +02:00

8 lines
113 B
C

#pragma once
#include "camera_common.h"
esp_err_t camera_enable_out_clock();
void camera_disable_out_clock();