Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
rtestardi committed Nov 28, 2023
1 parent f0961f1 commit bb0141e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions flea-scope.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#canvas { padding: 3px; }
#view2 { flex: 3; padding: 0px 5px 0px 5px; }
#labels { width = 50px; }
#command { font-size:65%; }
</style>
</head>

Expand Down Expand Up @@ -248,21 +249,21 @@ <h1 id="h1">Flea-Scope™</h1>

<table WIDTH="1870px">
<tr>
<td WIDTH="24%">
<td WIDTH=35%>
<button type="button" id="zero" onclick="CalZero();">cal_zero</button>
<button type="button" id="3v3" onclick="Cal3v3();">cal_3v3</button>
<button type="button" id="pause" onclick="Pause();">pause</button>
<button type="button" id="single" onclick="Single();" disabled=true>single</button>
<button type="button" id="measure" onclick="Measure();">measure</button>
<button type="button" id="background" onclick="Background();">background</button>
</td>
<td WIDTH="23%">
<td WIDTH=25%>
<pre id='status' color='red'></pre>
</td>
<td WIDTH="24%">
<td WIDTH=25%>
<pre id='voltage'></pre>
</td>
<td>
<td WIDTH=15%>
<pre id='command'></pre>
</td>
</table>
Expand Down

0 comments on commit bb0141e

Please sign in to comment.