mirror of
https://github.com/arkhipenko/esp32-mjpeg-multiclient-espcam-drivers.git
synced 2025-01-08 17:11:22 +01:00
9 lines
124 B
C
9 lines
124 B
C
|
|
#ifndef __OV5640_H__
|
|
#define __OV5640_H__
|
|
|
|
#include "sensor.h"
|
|
|
|
int ov5640_init(sensor_t *sensor);
|
|
|
|
#endif // __OV5640_H__
|