Skip to content
Snippets Groups Projects
Commit d03fa3bd authored by 배찬희's avatar 배찬희
Browse files

Upload html file

parent f90f2ce9
Branches
No related tags found
No related merge requests found
<!DOCTYPE html>
<html>
<head>
<title>test app for ble connection</title>
</head>
<body onload="main()">
<script src="control.js"></script>
<script type="text/javascript" src="gl-matrix.js"></script>
<button onclick="leftScanning()">left scan</button>
<button onclick="rightScanning()">right scan</button>
<button onclick="modeRelese()">mode -1</button>
<button onclick="reset()">reset</button>
<br>
<canvas id="helloapicanvas" style="border: none;" width="1280" height="720"></canvas>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment