mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
6 lines
132 B
C
6 lines
132 B
C
#ifndef __OV2640_H__
|
|
#define __OV2640_H__
|
|
#include "sensor.h"
|
|
int ov2640_init(struct sensor_dev *sensor);
|
|
#endif /* __OV2640_H__ */
|