File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,14 @@ Repository for Sensirion humidity and temperature sensor support on Arduino
1313
1414## Installation
1515
16- Download arduino-sht either via git or from the releases page and place it in
17- your Arduino/libraries directory. After restarting the Arduino IDE, you will see
18- the new SHTSensor menu items under libraries and examples.
16+ The recommended way to install ``` arduino-sht ``` is through the Library
17+ Manager of the Arduino IDE. To access it, go to the ``` Tools ``` menu and
18+ select ``` Manage Libraries... ``` , and search for the library name there.
19+
20+ If you prefer to install it manually, you can download either via git or from
21+ the releases page and place it in your Arduino/libraries directory. After
22+ restarting the Arduino IDE, you will see the new SHTSensor menu items under
23+ libraries and examples.
1924
2025## Integrating it into your sketch
2126
You can’t perform that action at this time.
0 commit comments