This repository has been archived on 2024-05-28. You can view files and clone it, but cannot push or open issues or pull requests.
2023-11-14 16:25:09 -05:00

11 lines
145 B
C
Executable File

#ifndef OV2640_H
#define OV2640_H
//#include "tim.h"
void ov2640_start();
static inline void ov2640_clock_setup() {
};
#endif //DCMI_OV2640_H