ov5640.h 124 B

123456789
  1. #ifndef __OV5640_H__
  2. #define __OV5640_H__
  3. #include "sensor.h"
  4. int ov5640_init(sensor_t *sensor);
  5. #endif // __OV5640_H__