We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05d92c commit 743f494Copy full SHA for 743f494
Readme.md
@@ -1,2 +1,10 @@
1
# Arduino library for ultrasonic sensor HC-SR04
2
-Example can be found in folder Exmples with detailed documentation of code1
+## 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