Skip to content

Commit afa4a6a

Browse files
committed
fixo
1 parent c7bee04 commit afa4a6a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The [SparkFun Air Quality PM1/PM2.5/PM10 Sensor - BMV080 (Qwiic)](https://www.sp
1616
The breakout board comes with the BMV080 populated and takes advantage of its flexible cable with the FPC 13-pin 0.33mm connector. On the back of the board is a horizontal Qwiic connector to reduce the amount of soldering on the board. However, the board still breaks out 0.1"-spaced pins for users who prefer a soldered connection or prototyping the pins on a breadboard. The breakout also includes four jumper selectable I2C addresses if you happen to connect more than one BMV080 on the same I2C port. While the breakout was designed for I2C by default, you can also configure the board's jumper to communicate over SPI as well. A special lens allows the laser to pass through the enclosure to take measurements.
1717

1818
> [!NOTE]
19-
> To use this library, the Bosch BMV080 SDK must be downloaded from Bosch, and some files copyied over into this library once it's installed. Details of this are outlined below [here](#install-the-bosch-sdk).
19+
> To use this library, the Bosch BMV080 SDK must be downloaded from Bosch, and some files copied over into this library once it's installed. Details of this are outlined below [here](#install-the-bosch-sdk).
2020
>
2121
> If the SDK files are not copied into this library, this library will fail to build.
2222
@@ -43,11 +43,11 @@ The library enables setting a variety of sensor settings, properties and operati
4343

4444
## Install the Bosch SDK
4545

46-
To use this library with SparkFun BMV080 Air Quality Sensor, the Bosch SKD for the BMV080 must be installed and files copied into the correct locations within this library.
46+
To use this library with SparkFun BMV080 Air Quality Sensor, the Bosch SDK for the BMV080 must be installed and files copied into the correct locations within this library.
4747

4848
The following outlines how to install the library.
4949

50-
### Intall this library
50+
### Install this library
5151

5252
Using the Arduino Library Manager, install this library.
5353

@@ -61,14 +61,18 @@ Once downloaded, unzip the file.
6161

6262
## Copy Files
6363

64-
Files from the SDK must be copied into the isntallation of this library. This library is installed in the following locations:
64+
Files from the SDK must be copied into the isntallation of this library. This, the SparkFun BMV080 Arduino library is installed in the following locations:
65+
66+
### Library Install Directory
6567

6668
| OS | Directory|
6769
|---|---|
6870
|macOS | $HOME/Documents/Arduino/libraries/SparkFun_BMV080_Arduino_Library|
6971
|Windows | $HOME\Documents\Arduino\libraries\SparkFun_BMV080_Arduino_Library|
7072
|Linux| $HOME/Arduino/libraries/SparkFun_BMV080_Arduino_Library|
7173

74+
### Files to copy and locations to copy to
75+
7276
From the Bosch SDK, the following files are copied into the specified library locations.
7377

7478
|Bosch SDK File | SparkFun BMV080 Arduino Library Directory|

0 commit comments

Comments
 (0)