blob: b63b6380c038a117c39904e96fa01f493a9eeacc (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 | 
<html>
<body>
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="waveViz.js"></script>
<canvas id="canvas"></canvas>
<label>maxPulseLength (0-4096)</label>
<input type="text" name="maxPulseLength">
<label>minPulseLength (0-4096)</label>
<input name="minPulseLength">
<br/>
<label>waitFloor (0-2, should be less than waitCeiling</label>
<input name="waitFloor">
<label>waitCeiling (0-2, should be more than waitFloor)</label>
<input name="waitCeiling">
</body>
</html>
 |