From 90f1db9de43cdfd9978c2810031ef917e172582a Mon Sep 17 00:00:00 2001 From: Shahrul Kamil bin Hassan <shahrulkamil98@g.ucla.edu> Date: Thu, 26 Aug 2021 22:50:42 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbbee11..0811ee1 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,10 @@ 3. In addition to that, since OpenMV is not a stackable feather component, you need to add pull up resistors for both the SDA and SCL lines. The way to do this is by connecting two 2.2kOhms resistors where one end is connected to ESP32 3V and the other one is connected to the SDA and SCL respectively. Pullup resistor circuit example: - + + + +(https://www.analog.com/en/technical-articles/i2c-primer-what-is-i2c-part-1.html) Camera setup example:  -- GitLab