Skip to content

Correct enumerator name for kilopascal units in docs #32

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

Merged
merged 1 commit into from
Apr 29, 2024
Merged

Correct enumerator name for kilopascal units in docs #32

merged 1 commit into from
Apr 29, 2024

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Apr 29, 2024

The library declares an enum of the unit types supported for configuration of the return value of the readPressure function:

enum {
PSI,
MILLIBAR,
KILOPASCAL
};

The names of the enumerators are documented in the API docs.

Previously, the name of the enumerator for kilopascal units was misspelled in the documentation.


Originally reported at https://forum.arduino.cc/t/arduino-lpss22hb-unit-parameter-error-kilopascals-vs-kilopascal/1253691

The library declares an enum of the unit types supported for configuration of the return value of the `readPressure`
function. The names of the enumerators are documented in the API docs.

Previously, the name of the enumerator for kilopascal units was misspelled in the documentation.
@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: documentation Related to documentation for the project labels Apr 29, 2024
@per1234 per1234 self-assigned this Apr 29, 2024
@per1234 per1234 merged commit ab8365a into arduino-libraries:master Apr 29, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: documentation Related to documentation for the project type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant