ov2640.h 348 B

12345678910111213
  1. /*
  2. * This file is part of the OpenMV project.
  3. * Copyright (c) 2013/2014 Ibrahim Abdelkader <i.abdalkader@gmail.com>
  4. * This work is licensed under the MIT license, see the file LICENSE for details.
  5. *
  6. * OV2640 driver.
  7. *
  8. */
  9. #ifndef __OV2640_H__
  10. #define __OV2640_H__
  11. #include "sensor.h"
  12. int ov2640_init(sensor_t *sensor);
  13. #endif // __OV2640_H__