From 70849ceb9564348747e672bef1c5d82f75a891aa Mon Sep 17 00:00:00 2001 From: Rasmus Olsen Date: Tue, 26 Dec 2017 23:16:58 +0100 Subject: [PATCH] Update README.md Camera Power Down pin mapping should refer to note 3 instead of note 2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 22df502..5af4a6d 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Specific pins used in this example to connect ESP32 and camera are shown in tabl | Pixel Data Bit 6 | D8 | IO34 | IO36 | | Pixel Data Bit 7 | D9 | IO35 | IO19 | | Camera Reset | RESET | IO2 | IO15 | -| Camera Power Down | PWDN | *see Note 2* | *see Note 2* | +| Camera Power Down | PWDN | *see Note 3* | *see Note 3* | | Power Supply 3.3V | 3V3 | 3V3 | 3V3 | | Ground | GND | GND | GND | @@ -330,4 +330,4 @@ You are welcome to contribute to this repository by providing documentation to c This application is using code developed by: * OpenMV implementation for OV7725 by Ibrahim Abdelkader -* Software I2C library for ESP31B by Hristo Gochkov \ No newline at end of file +* Software I2C library for ESP31B by Hristo Gochkov