Skip to content

Update README.md #582

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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. <br>
This is a opensource library for taking high resolution still images and short video clip on Arduino based platforms using ArduCAM's camera modules. <br>
The camera breakout boards should work with ArduCAM shield before connecting to the Arduino boards. <br>
ArduCAM mini series camera modules like Mini-2MP, Mini-5MP(Plus) can be connected to Arduino boards directly. <br>
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. <br>
Expand Down Expand Up @@ -52,7 +52,7 @@ and the line `#define OV5642_CAM` then comment other lines. <br>

## 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.
Expand Down