Skip to content

Commit 192095a

Browse files
committed
update M5 stack atom s3
1 parent bd66870 commit 192095a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Below is a list of supported `MICROPY_CAMERA_MODEL_xxx` definitions:
252252
- MICROPY_CAMERA_MODEL_M5STACK_WIDE - [M5Stack Wide](https://shop.m5stack.com/collections/m5-cameras)
253253
- MICROPY_CAMERA_MODEL_M5STACK_ESP32CAM - [M5Stack ESP32CAM](https://shop.m5stack.com/collections/m5-cameras)
254254
- 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)
256256
- MICROPY_CAMERA_MODEL_AI_THINKER - [AI-Thinker ESP32-CAM]
257257
- MICROPY_CAMERA_MODEL_XIAO_ESP32S3 - [XIAO ESP32S3](https://www.seeedstudio.com/xiao-series-page)
258258
- MICROPY_CAMERA_MODEL_ESP32_MP_CAMERA_BOARD - [ESP32 MP Camera Board]

src/camera_pins.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
#define MICROPY_CAMERA_PIN_PCLK 12
118118

119119
#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
121121
#define MICROPY_CAMERA_PIN_RESET -1
122122
#define MICROPY_CAMERA_PIN_XCLK 21
123123
#define MICROPY_CAMERA_PIN_SIOD 12

0 commit comments

Comments
 (0)