diff options
| author | geremy | 2015-01-04 12:48:54 -0800 | 
|---|---|---|
| committer | geremy | 2015-01-04 12:48:54 -0800 | 
| commit | 58e1dfb07c35ce00ba11e6cd783a004f7cf2224c (patch) | |
| tree | 1a115338c950e91f5263226653c54c8ada8d4831 /python/examples/futureHouse/waveViz.html | |
| parent | 4a40d61925a8154e1939ddd24324761401bc876b (diff) | |
| download | pubnub-python-58e1dfb07c35ce00ba11e6cd783a004f7cf2224c.tar.bz2 | |
adding 1st version of wave viz
Diffstat (limited to 'python/examples/futureHouse/waveViz.html')
| -rw-r--r-- | python/examples/futureHouse/waveViz.html | 21 | 
1 files changed, 21 insertions, 0 deletions
| diff --git a/python/examples/futureHouse/waveViz.html b/python/examples/futureHouse/waveViz.html new file mode 100644 index 0000000..b63b638 --- /dev/null +++ b/python/examples/futureHouse/waveViz.html @@ -0,0 +1,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> | 
