summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/i2c/ov2640.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2021-05-20 18:39:32 +0200
committerUros Majstorovic <majstor@majstor.org>2021-05-20 18:39:32 +0200
commit00468c9740eb2376328bbd95982f2d6dabc49dbc (patch)
tree60b8b482ac6b457a3674be8d71538992b95017e1 /fw/fe310/eos/i2c/ov2640.h
parentae557a680b1b29cb823ffa5d10dc708c1616c874 (diff)
ov2460 camera sensor and arducam driver
Diffstat (limited to 'fw/fe310/eos/i2c/ov2640.h')
-rw-r--r--fw/fe310/eos/i2c/ov2640.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/fw/fe310/eos/i2c/ov2640.h b/fw/fe310/eos/i2c/ov2640.h
new file mode 100644
index 0000000..3d08c2a
--- /dev/null
+++ b/fw/fe310/eos/i2c/ov2640.h
@@ -0,0 +1,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);