File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Introduction
17
17
:width: 300px
18
18
19
19
The HC-SR04 is an inexpensive solution for measuring distances using microcontrollers. This library provides a simple
20
- driver for controlling these sensors from ` CircuitPython `_ .
20
+ driver for controlling these sensors from CircuitPython.
21
21
22
22
Dependencies
23
23
=============
Original file line number Diff line number Diff line change 20
20
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
21
# THE SOFTWARE.
22
22
"""
23
+ `adafruit_hcsr04`
24
+ ====================================================
25
+
23
26
A CircuitPython library for the HC-SR04 ultrasonic range sensor.
24
27
25
28
The HC-SR04 functions by sending an ultrasonic signal, which is reflected by
You can’t perform that action at this time.
0 commit comments