mirror of
https://github.com/arendst/Tasmota.git
synced 2025-05-03 19:18:40 +00:00
10 lines
172 B
C
10 lines
172 B
C
#pragma once
|
|
|
|
#include "esp_system.h"
|
|
|
|
esp_err_t xclk_timer_conf(int ledc_timer, int xclk_freq_hz);
|
|
|
|
esp_err_t camera_enable_out_clock();
|
|
|
|
void camera_disable_out_clock();
|