11 lines
145 B
C
Executable File
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
|