mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-10 21:46:55 +03:00
Initial Code v0.1.0
This commit is contained in:
9
code/lib/sensors/ov5640.h
Normal file
9
code/lib/sensors/ov5640.h
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
#ifndef __OV5640_H__
|
||||
#define __OV5640_H__
|
||||
|
||||
#include "sensor.h"
|
||||
|
||||
int ov5640_init(sensor_t *sensor);
|
||||
|
||||
#endif // __OV5640_H__
|
||||
Reference in New Issue
Block a user