aboutsummaryrefslogtreecommitdiffstats
path: root/python/examples/futureHouse/waveViz.html
blob: d85a47d03f429b7a656b10091bcfc73c32c4e373 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<body>
<script src="https://code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="waveViz.js"></script>

<div id="canvasDiv">
    <canvas id="canvas"></canvas>
</div>



<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>