ov7670.h 336 B

1234567891011121314
  1. /*
  2. * This file is part of the OpenMV project.
  3. * author: Juan Schiavoni <juanjoseschiavoni@hotmail.com>
  4. * This work is licensed under the MIT license, see the file LICENSE for details.
  5. *
  6. * OV7670 driver.
  7. *
  8. */
  9. #ifndef __OV7670_H__
  10. #define __OV7670_H__
  11. #include "sensor.h"
  12. int ov7670_init(sensor_t *sensor);
  13. #endif // __OV7670_H__