/smartcarrobot_html_body.js Secret
Created
March 17, 2016 11:17
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="state"><font style="color:#c0c0c0">Offline</font></div> | |
<div> | |
<div id="F" onmousedown="touchstart('F')" onmouseup="touchend('F')" ontouchstart="touchstart('F')" ontouchend="touchend('F')">F</div> | |
</div> | |
<div> | |
<div id="L" onmousedown="touchstart('L')" onmouseup="touchend('L')" ontouchstart="touchstart('L')" ontouchend="touchend('L')">L</div> | |
<div id="B" onmousedown="touchstart('B')" onmouseup="touchend('B')" ontouchstart="touchstart('B')" ontouchend="touchend('B')">B</div> | |
<div id="R" onmousedown="touchstart('R')" onmouseup="touchend('R')" ontouchstart="touchstart('R')" ontouchend="touchend('R')">R</div> | |
</div> | |
<div id="des"></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment