forked from mrRobot62/Arduino-ultrasonic-SR04-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathArduinoPlayground_WikiPage.txt
37 lines (25 loc) · 980 Bytes
/
ArduinoPlayground_WikiPage.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
%define=box block bgcolor=#dddddd border="2px dotted white"%
%define=wbox block bgcolor=#eeeeee color=#000000 border="1px dotted black" padding="2px"%
%wbox%[@Ultrasonic SR04 library for Arudino
by LunaX - 2010/2011
modified ndroid - 2021
@]%%
!CURRENT VERSION
Release 1.1 24-AUG-2021 beta version.
!HISTORY
Release 1.0 24-FEB-2012 Initial Release\\
!DESCRIPTION
Easy to use ultrasonic library based on SR04 sensor.
!HOW TO IMPORT/INSTALL
Download here zip file here [[https://github.com/ndroid/Arduino-ultrasonic-SR04-library]]
Put the Logging folder in "libraries\".
Open example project which is included in the zip file. Try it, like it :-)
This example use my other library "Logging". Please download it too.
!Methods for measuring
||border=0
||!Methode ||!Comment ||
||Distance ||return distance in centimeter ||
||DistanceAvg||do several measurments, return average ||
||Ping ||send only a ping signal ||
||getDistance ||get latest distance in centimeter ||
%%