ESP32-P4 OBC Firmware
ESP-IDF firmware for Plant-B CubeSat OBC
 
Loading...
Searching...
No Matches
ov5647_sensor.h
Go to the documentation of this file.
1#ifndef __OV5647_SENSOR_H__
2#define __OV5647_SENSOR_H__
3
4#include "i2c_master.h"
5#include "esp_log.h"
6#include "esp_cam_ctlr.h"
7#include "esp_cam_ctlr_csi.h"
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
13
14
15#ifdef __cplusplus
16}
17#endif
18
19#endif // __OV5647_SENSOR_H__
ESP-IDF wrapper for default I²C master bus management.