Add esp32_camera ttgo-camera example (#231)

* Update esp32_camera.rst

* Update esp32_camera.rst
This commit is contained in:
Erik Näsström 2019-04-24 14:00:09 +02:00 committed by Otto Winter
parent ef078d63d8
commit 0f5c202cdd
1 changed files with 24 additions and 0 deletions

View File

@ -170,6 +170,30 @@ Configuration for Wrover Kit Boards
name: My Camera
# ...
Configuration for TTGO T-Camera
-------------------------------
.. code-block:: yaml
# Example configuration entry
esp32_camera:
external_clock:
pin: GPIO32
frequency: 20MHz
i2c_pins:
sda: GPIO13
scl: GPIO12
data_pins: [GPIO5, GPIO14, GPIO4, GPIO15, GPIO18, GPIO23, GPIO36, GPIO39]
vsync_pin: GPIO27
href_pin: GPIO25
pixel_clock_pin: GPIO19
power_down_pin: GPIO26
# Image settings
name: My Camera
# ...
See Also
--------