Skip to content

Commit ab8365a

Browse files
authored
Merge pull request #32 from per1234/correct-kilopascal-docs
Correct enumerator name for kilopascal units in docs
2 parents 779bf6a + c5426fc commit ab8365a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ BARO.readPressure(units)
8484

8585
#### Parameters
8686

87-
* _units_: `PSI` to read the pressure in PSI (pounds per square inch), `MILLIBAR` to read the pressure in millibars and `KILOPASCALS` to read the pressure in kilopascals. If unit parameter is not provided, default is kilopascals .
87+
* _units_: `PSI` to read the pressure in PSI (pounds per square inch), `MILLIBAR` to read the pressure in millibars and `KILOPASCAL` to read the pressure in kilopascals. If unit parameter is not provided, default is kilopascals .
8888

8989
#### Returns
9090

@@ -103,4 +103,4 @@ Serial.println(" kPa");
103103
#### See also
104104

105105
* [begin()](#begin)
106-
* [end()](#end)
106+
* [end()](#end)

0 commit comments

Comments
 (0)