PicoCamera
0.2.0
Camera library for RP2040 with an esp32-camera compatible API
GitHub
Toggle main menu visibility
Loading...
Searching...
No Matches
xclk.h
Go to the documentation of this file.
1
/*
2
* This file is part of the PicoCamera project.
3
* https://github.com/umeiko/PicoCamera
4
*
5
* Author: umeko <umeko@stu.xmu.edu.cn>
6
* License: MIT
7
*/
8
13
#pragma once
14
15
#include <stdint.h>
16
17
#ifdef __cplusplus
18
extern
"C"
{
19
#endif
20
33
int
xclk_start(
int
pin, uint32_t freq_hz);
34
36
void
xclk_stop(
int
pin);
37
38
#ifdef __cplusplus
39
}
40
#endif
中文文档
Generated by
doxygen
1.18.0