Add SIOD/SIOC note

This commit is contained in:
Otto Winter 2019-03-18 15:48:27 +01:00
parent 956a96a0fc
commit 7abc639bee
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E

View File

@ -47,8 +47,8 @@ Connection Options:
- **i2c_pins** (**Required**): The i2c control pins of the camera.
- **sda** (**Required**, pin): The SDA pin of the i2c interface.
- **scl** (**Required**, pin): The SCL pin of the i2c interface.
- **sda** (**Required**, pin): The SDA pin of the i2c interface. Also called ``SIOD``.
- **scl** (**Required**, pin): The SCL pin of the i2c interface. Also called ``SIOC``.
- **reset_pin** (*Optional*, pin): The ESP pin the reset pin of the camera is connected to.
If set, this will reset the camera before the ESP boots.