mirror of
https://github.com/arkhipenko/esp32-mjpeg-multiclient-espcam-drivers.git
synced 2025-01-09 09:31:20 +01:00
8 lines
113 B
C
8 lines
113 B
C
|
#pragma once
|
||
|
|
||
|
#include "camera_common.h"
|
||
|
|
||
|
esp_err_t camera_enable_out_clock();
|
||
|
|
||
|
void camera_disable_out_clock();
|