mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-04 23:52:18 +01:00
Update esp32_camera.rst to include M5CameraF New example (#3335)
Existing m5stack examples were subtly different (vsync / i2c etc)
This commit is contained in:
parent
5b30ee8c83
commit
eb848c894f
@ -257,6 +257,25 @@ Configuration for M5Stack Timer Camera X/F
|
||||
name: My Camera
|
||||
# ...
|
||||
|
||||
Confguration for M5Stack M5CameraF New
|
||||
--------------------------------------
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
# Example configuration entry as per https://docs.m5stack.com/en/unit/m5camera_f_new
|
||||
esp32_camera:
|
||||
external_clock:
|
||||
pin: GPIO27
|
||||
frequency: 20MHz
|
||||
i2c_pins:
|
||||
sda: GPIO22
|
||||
scl: GPIO23
|
||||
data_pins: [GPIO32, GPIO35, GPIO34, GPIO5, GPIO39, GPIO18, GPIO36, GPIO19]
|
||||
vsync_pin: GPIO25
|
||||
href_pin: GPIO26
|
||||
pixel_clock_pin: GPIO21
|
||||
reset_pin: GPIO15
|
||||
|
||||
Configuration for Wrover Kit Boards
|
||||
-----------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user