We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff69a8 commit fb0f07bCopy full SHA for fb0f07b
src/esp32cam/pins.hpp
@@ -65,6 +65,29 @@ constexpr Pins XiaoSense{
65
PWDN: -1,
66
};
67
68
+/**
69
+ * @brief Pin definition for ESP32-S3-CAM with ESP32-S3-N16R8 chip.
70
+ * @see https://community.home-assistant.io/t/esp32-s3-cam-dev-board-on-aliexpress/731795/17
71
+ */
72
+constexpr Pins S3N16R8{
73
+ D0: 11,
74
+ D1: 9,
75
+ D2: 8,
76
+ D3: 10,
77
+ D4: 12,
78
+ D5: 18,
79
+ D6: 17,
80
+ D7: 16,
81
+ XCLK: 15,
82
+ PCLK: 13,
83
+ VSYNC: 6,
84
+ HREF: 7,
85
+ SDA: 4,
86
+ SCL: 5,
87
+ RESET: -1,
88
+ PWDN: -1,
89
+};
90
+
91
/** @brief Pin definition for FREENOVE WROVER ESP32-CAM. */
92
constexpr Pins FreeNove{
93
D0: 4,
0 commit comments