Skip to content

Commit

Permalink
Improve installation instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Jun 28, 2023
1 parent 6f7a6a8 commit ea25068
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ Automatic temperature compensation for more accurate readings.

To use the PH4502 Sensor Arduino Library, follow these steps:

### Installation on Arduino IDE

Just type "PH4502C-Sensor" on the Library Manager of the Arduino IDE.

<p align="center">
<img src="assets/screenshot-1.png" width="300" />
</p>

Alternatively you can follow the steps below:

1. Download the library by clicking on the "Download" button or clone it using Git:

```batch
Expand All @@ -33,6 +43,14 @@ To use the PH4502 Sensor Arduino Library, follow these steps:
Now you are ready to use the PH4502 Sensor Library in your Arduino projects.
### Installation on PlatformIO
Type "PH4502C-Sensor" on the PlatformIO library registry, and click "Add Project." And that's it!
<p align="center">
<img src="assets/screenshot-2.png" width="400" />
</p>
## Getting Started
To begin using the PH4502 Sensor Library, follow these simple steps:
Expand Down
Binary file added assets/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ea25068

Please sign in to comment.