Subversion Repositories svnkaklik

Rev

Rev 543 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 543 Rev 545
Line 1... Line 1...
1
///////////////////////////////////////////////////////////////////////////////////
1
///////////////////////////////////////////////////////////////////////////////////
2
//                        This small demo of sonar.
2
//                        A small demo of sonar.
3
// Program allow distance measuring.
3
// Program allow distance measuring.
-
 
4
// Uses cross-correlation algorithm to find echos
4
//
5
//
-
 
6
// Author: kaklik  (kaklik@mlab.cz)
5
//
7
//
6
///////////////////////////////////////////////////////////////////////////////////
8
///////////////////////////////////////////////////////////////////////////////////
7
 
9
 
8
#include <stdio.h>
10
#include <stdio.h>
9
#include <stdlib.h>
11
#include <stdlib.h>