10 lines
124 B
C
Executable File
10 lines
124 B
C
Executable File
|
|
#ifndef __OV5640_H__
|
|
#define __OV5640_H__
|
|
|
|
#include "sensor.h"
|
|
|
|
int ov5640_init(sensor_t *sensor);
|
|
|
|
#endif // __OV5640_H__
|