openmv/src/omv/ov2640.h
2014-06-14 12:28:45 +02:00

6 lines
132 B
C

#ifndef __OV2640_H__
#define __OV2640_H__
#include "sensor.h"
int ov2640_init(struct sensor_dev *sensor);
#endif /* __OV2640_H__ */