Skip to content

Commit 7852de0

Browse files
committed
Update README.md
1 parent edc5e99 commit 7852de0

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,21 @@
22
========================================
33

44
<table class="table table-hover table-striped table-bordered">
5-
<p> TODO: Add product photos and links </p>
5+
<tr>
6+
<th class="text-center">
7+
</th>
8+
</tr>
9+
<tr align="center">
10+
<td><a href="https://www.sparkfun.com/products/17777"><img src="https://cdn.sparkfun.com//assets/parts/1/6/9/1/6/17777-SparkFun_Qwiic_Ultrasonic_Distance_Sensor_-_HC-SR04-01.jpg" alt=""></a></td>
11+
</tr>
12+
<tr align="center">
13+
<td><a href="https://www.sparkfun.com/products/17777">SparkFun Qwiic Ultrasonic Distance Sensor - HC-SR04</a></td>
14+
</tr>
615
</table>
716

8-
TODO: Add description of product and library
17+
You may be familiar with the classic [HC-SR04 distance sensor](https://www.sparkfun.com/products/15569), it is great for providing non-contact distance readings from 2cm to 400cm. The SparkFun Qwiic Ultrasonic Distance Sensor improves on the classic by adding a pair of Qwiic connectors to it, so now you can communicate over I2C and daisy chain any other Qwiic product of your choosing.
18+
19+
If you prefer to bypass the Qwiic connector and I2C you can also access the VCC, Trigger, Echo, and Ground pins broken out on the edge of the board. Please be aware that this ultrasonic sensor comes uncalibrated and you will need manipulate the raw output for your specific application.
920

1021
Repository Contents
1122
-------------------
@@ -16,8 +27,8 @@ Repository Contents
1627

1728
Documentation
1829
--------------
19-
* **[GitHub Repo](https://github.com/sparkfun/TODO)** - TODO: Update URL and description
20-
* **[Hookup Guide](http://docs.sparkfun.com/TODO/)** - TODO: Update URL and description
30+
* **[GitHub Repo](https://github.com/sparkfun/Zio-Qwiic-Ultrasonic-Distance-Sensor)** - GitHub repo for the SparkFun Qwiic Ultrasonic Distance Sensor - HC-SR04 Hardware Files.
31+
* **[Hookup Guide](https://learn.sparkfun.com/tutorials/qwiic-ultrasonic-distance-sensor-hc-sr04-hookup-guide)** - Basic hookup guide for the SparkFun Qwiic Ultrasonic Distance Sensor - HC-SR04.
2132

2233
License Information
2334
-------------------

0 commit comments

Comments
 (0)