日期: 2025 年 8 月 4 日

1 篇文章

ESP32-S3-串口-摄像头和电脑通信
#include <Arduino.h> #include "esp_camera.h" #include <esp_spiram.h> // 引脚配置(根据你接线来改) #define PWDN_GPIO_NUM -1 // 接地就设为 -1 #define RESET_GPIO_NUM -1 // 接 3.3V 就设为 -1 #de…