9 lines
100 B
C
Executable File
9 lines
100 B
C
Executable File
|
|
#ifndef OV2640_H
|
|
#define OV2640_H
|
|
//#include "tim.h"
|
|
void ov2640_start();
|
|
|
|
|
|
#endif //DCMI_OV2640_H
|