From 294d72c0f4c57ed2613be500fcbdd1ae58380ed6 Mon Sep 17 00:00:00 2001 From: Ronald Petty Date: Tue, 28 Nov 2023 17:48:05 -0800 Subject: [PATCH 1/2] Update README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dc7d5e3..c2c244e3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ArduCAM Library Introduction -This is a opensource library for taking high resolution still images and short video clip on Arduino based platforms using ArduCAM's camera moduels.
+This is a opensource library for taking high resolution still images and short video clip on Arduino based platforms using ArduCAM's camera modules.
The camera breakout boards should work with ArduCAM shield before connecting to the Arduino boards.
ArduCAM mini series camera modules like Mini-2MP, Mini-5MP(Plus) can be connected to Arduino boards directly.
In addition to Arduino, the library can be ported to any hardware platforms as long as they have I2C and SPI interface based on this ArduCAM library.
From d616e25c4b7c4a5c10b9570335b9f521844813ef Mon Sep 17 00:00:00 2001 From: Ronald Petty Date: Tue, 28 Nov 2023 17:53:33 -0800 Subject: [PATCH 2/2] Update README.md sorry found one more --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2c244e3..80729b92 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ and the line `#define OV5642_CAM` then comment other lines.
## 2. Choose correct CS pin for your camera Open one of the examples, wiring SPI and I2C interface especially CS pins to ArduCAM shield according to the examples. -Hardware and software shuld be consistent to run the examples correctly. +Hardware and software should be consistent to run the examples correctly. ## 3. Upload the examples In the example folder there are seven sub directories for different ArduCAM models and the host application.