File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ Below is a list of supported `MICROPY_CAMERA_MODEL_xxx` definitions:
252
252
- MICROPY_CAMERA_MODEL_M5STACK_WIDE - [ M5Stack Wide] ( https://shop.m5stack.com/collections/m5-cameras )
253
253
- MICROPY_CAMERA_MODEL_M5STACK_ESP32CAM - [ M5Stack ESP32CAM] ( https://shop.m5stack.com/collections/m5-cameras )
254
254
- MICROPY_CAMERA_MODEL_M5STACK_CAMS3_UNIT - [ M5Stack CAMS3 Unit] ( https://shop.m5stack.com/collections/m5-cameras )
255
- - MICROPY_CAMERA_MODEL_M5STACK_ATOM_S3R - [ M5Stack Atom S3R] ( https://shop .m5stack.com/products/atoms3r-camera-kit-m12-version-ov3660 )
255
+ - MICROPY_CAMERA_MODEL_M5STACK_ATOM_S3R - [ M5Stack Atom S3R] ( https://docs .m5stack.com/en/core/AtomS3R-M12 )
256
256
- MICROPY_CAMERA_MODEL_AI_THINKER - [ AI-Thinker ESP32-CAM]
257
257
- MICROPY_CAMERA_MODEL_XIAO_ESP32S3 - [ XIAO ESP32S3] ( https://www.seeedstudio.com/xiao-series-page )
258
258
- MICROPY_CAMERA_MODEL_ESP32_MP_CAMERA_BOARD - [ ESP32 MP Camera Board]
Original file line number Diff line number Diff line change 117
117
#define MICROPY_CAMERA_PIN_PCLK 12
118
118
119
119
#elif defined(MICROPY_CAMERA_MODEL_M5STACK_ATOM_S3R )
120
- #define MICROPY_CAMERA_PIN_PWDN 18
120
+ #define MICROPY_CAMERA_PIN_PWDN -1 //needs to be low to run
121
121
#define MICROPY_CAMERA_PIN_RESET -1
122
122
#define MICROPY_CAMERA_PIN_XCLK 21
123
123
#define MICROPY_CAMERA_PIN_SIOD 12
You can’t perform that action at this time.
0 commit comments