Skip to content

Commit 743f494

Browse files
author
dirk.koehler
committed
updat readme file
1 parent e05d92c commit 743f494

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Readme.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
# Arduino library for ultrasonic sensor HC-SR04
2-
Example can be found in folder Exmples with detailed documentation of code1
2+
## Description
3+
This library can be used for the ultrasonic sensor HC-SR04. All measured values are calculated in mm. The main features so far are:
4+
- public functions
5+
- getting one single measurment
6+
- getting an average measurement result. count of measurements to calculate average can be set
7+
- ask for an obstacle in a givin range. optional caluclate this with an average value
8+
- if sensor is getting timeout (no echo received), a value of 0 will be returned
9+
## Examples
10+
Examples can be found in folder Examples with detailed documentation of code

0 commit comments

Comments
 (0)