summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/i2c/ov2640.h
blob: 3d08c2a6094496ef554bfd8404b9512dadf343a9 (plain)
1
2
3
4
5
6
7
8
#include <stdint.h>

#define OV2640_ADDR     0x30

int eos_ov2640_init(void);
int eos_ov2640_sleep(int enable);
int eos_ov2640_set_pixfmt(pixformat_t fmt);
int eos_ov2640_set_framesize(framesize_t framesize);