ESP32-CAM
Classes | Macros
esp32cam.h File Reference
#include <Arduino.h>
#include "esp_camera.h"
#include "esp_http_server.h"
#include "esp_timer.h"
#include "soc/soc.h"
#include "soc/rtc_cntl_reg.h"
#include "tsl2591.h"
#include "WiFi.h"

Go to the source code of this file.

Classes

class  ESP32CAM
 

Macros

#define I2C_SDA   13
 
#define I2C_SCL   14
 
#define I2C_ADDRESS   0x29
 
#define SSID   "DESKTOP-CSTFN6E"
 
#define PASSWORD   "r678Q,03"
 
#define CAM_PIN_PWDN   32
 
#define CAM_PIN_RESET   -1
 
#define CAM_PIN_XCLK   0
 
#define CAM_PIN_SIOD   26
 
#define CAM_PIN_SIOC   27
 
#define CAM_PIN_FLASH   4
 
#define CAM_PIN_LED   33
 
#define CAM_PIN_D7   35
 
#define CAM_PIN_D6   34
 
#define CAM_PIN_D5   39
 
#define CAM_PIN_D4   36
 
#define CAM_PIN_D3   21
 
#define CAM_PIN_D2   19
 
#define CAM_PIN_D1   18
 
#define CAM_PIN_D0   5
 
#define CAM_PIN_VSYNC   25
 
#define CAM_PIN_HREF   23
 
#define CAM_PIN_PCLK   22
 

Macro Definition Documentation

◆ CAM_PIN_D0

#define CAM_PIN_D0   5

◆ CAM_PIN_D1

#define CAM_PIN_D1   18

◆ CAM_PIN_D2

#define CAM_PIN_D2   19

◆ CAM_PIN_D3

#define CAM_PIN_D3   21

◆ CAM_PIN_D4

#define CAM_PIN_D4   36

◆ CAM_PIN_D5

#define CAM_PIN_D5   39

◆ CAM_PIN_D6

#define CAM_PIN_D6   34

◆ CAM_PIN_D7

#define CAM_PIN_D7   35

◆ CAM_PIN_FLASH

#define CAM_PIN_FLASH   4

◆ CAM_PIN_HREF

#define CAM_PIN_HREF   23

◆ CAM_PIN_LED

#define CAM_PIN_LED   33

◆ CAM_PIN_PCLK

#define CAM_PIN_PCLK   22

◆ CAM_PIN_PWDN

#define CAM_PIN_PWDN   32

◆ CAM_PIN_RESET

#define CAM_PIN_RESET   -1

◆ CAM_PIN_SIOC

#define CAM_PIN_SIOC   27

◆ CAM_PIN_SIOD

#define CAM_PIN_SIOD   26

◆ CAM_PIN_VSYNC

#define CAM_PIN_VSYNC   25

◆ CAM_PIN_XCLK

#define CAM_PIN_XCLK   0

◆ I2C_ADDRESS

#define I2C_ADDRESS   0x29

◆ I2C_SCL

#define I2C_SCL   14

◆ I2C_SDA

#define I2C_SDA   13

◆ PASSWORD

#define PASSWORD   "r678Q,03"

◆ SSID

#define SSID   "DESKTOP-CSTFN6E"