Skip to content

Commit 29f0edf

Browse files
authored
Merge pull request #17 from matthias-bs/copilot/add-library-manager-installation
Consolidate Arduino installation methods under single section
2 parents cff0773 + 9295844 commit 29f0edf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ An Arduino library for interfacing with the DYP-R01CW (DFRobot SEN0590) laser ra
2121

2222
### Arduino IDE
2323

24+
#### Via Library Manager
25+
26+
1. Open the Arduino IDE
27+
2. Go to Sketch → Include Library → Manage Libraries (or Tools → Manage Libraries)
28+
3. Search for "DYP-R01CW"
29+
4. Click "Install"
30+
31+
#### From ZIP File
32+
2433
1. Download this repository as a ZIP file
2534
2. In the Arduino IDE, go to Sketch → Include Library → Add .ZIP Library
2635
3. Select the downloaded ZIP file

0 commit comments

Comments
 (0)