Added IO table in web app
This commit is contained in:
parent
7637bda305
commit
1bd36e2a7a
@ -45,25 +45,123 @@
|
||||
<p>Heap frag : <span id="fragInfo"></span> %</p>
|
||||
<p>Max block : <span id="blockInfo"></span> Byte(s)</p>
|
||||
</td>
|
||||
</TR>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div class="subSection">
|
||||
<h2 class="categorie">SdCard</h2>
|
||||
<p>SDCard size : <span id="cardSize"></span></p>
|
||||
<p>Unmount SDCard : <button onclick="sdCardMountUnmnout('unmount');">DO IT !</button></p>
|
||||
<p>Mount SDCard : <button onclick="sdCardMountUnmnout('mount');">DO IT !</button></p>
|
||||
<div class="subSection inline">
|
||||
<div class="subSection">
|
||||
<h2 class="categorie">SdCard</h2>
|
||||
<p>SDCard size : <span id="cardSize"></span></p>
|
||||
<p>Unmount SDCard : <button onclick="sdCardMountUnmnout('unmount');">DO IT !</button></p>
|
||||
<p>Mount SDCard : <button onclick="sdCardMountUnmnout('mount');">DO IT !</button></p>
|
||||
</div>
|
||||
<div class="subSection">
|
||||
<h2 class="categorie">Real Time Clock</h2>
|
||||
<p>RTC value : <span id="rtcValue" ></span></p>
|
||||
<p>
|
||||
Set RTC value : <br />
|
||||
<br />
|
||||
Time : <input type="number">:<input type="number">:<input type="number"><br />
|
||||
Date : <input type="number">/<input type="number">/<input type="number"><br /><br />
|
||||
<button>DO IT !</button>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="subSection">
|
||||
<h2 class="categorie">Real Time Clock</h2>
|
||||
<p>RTC value : <span id="rtcValue" ></span></p>
|
||||
<p>
|
||||
Set RTC value : <br />
|
||||
<br />
|
||||
Time : <input type="number">:<input type="number">:<input type="number"><br />
|
||||
Date : <input type="number">/<input type="number">/<input type="number"><br /><br />
|
||||
<button>DO IT !</button>
|
||||
</p>
|
||||
<div class="subSection inline">
|
||||
<table>
|
||||
<tr>
|
||||
<th colspan="9">
|
||||
<h2>PINS</h2>
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<h2>P0</h2>
|
||||
</td>
|
||||
<td>
|
||||
<h2>P1</h2>
|
||||
</td>
|
||||
<td>
|
||||
<h2>P2</h2>
|
||||
</td>
|
||||
<td>
|
||||
<h2>P3</h2>
|
||||
</td>
|
||||
<td>
|
||||
<h2>P4</h2>
|
||||
</td>
|
||||
<td>
|
||||
<h2>P5</h2>
|
||||
</td>
|
||||
<td>
|
||||
<h2>P6</h2>
|
||||
</td>
|
||||
<td>
|
||||
<h2>P7</h2>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<h2>MODE</h2>
|
||||
</td>
|
||||
<td>
|
||||
<h2>OUT</h2>
|
||||
</td>
|
||||
<td>
|
||||
<h2>OUT</h2>
|
||||
</td>
|
||||
<td>
|
||||
<h2>OUT</h2>
|
||||
</td>
|
||||
<td>
|
||||
<h2>OUT</h2>
|
||||
</td>
|
||||
<td>
|
||||
<h2>OUT</h2>
|
||||
</td>
|
||||
<td>
|
||||
<h2>OUT</h2>
|
||||
</td>
|
||||
<td>
|
||||
<h2>OUT</h2>
|
||||
</td>
|
||||
<td>
|
||||
<h2>OUT</h2>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<h2>LEVEL</h2>
|
||||
</td>
|
||||
<td>
|
||||
<h2>1</h2>
|
||||
</td>
|
||||
<td>
|
||||
<h2>1</h2>
|
||||
</td>
|
||||
<td>
|
||||
<h2>1</h2>
|
||||
</td>
|
||||
<td>
|
||||
<h2>1</h2>
|
||||
</td>
|
||||
<td>
|
||||
<h2>1</h2>
|
||||
</td>
|
||||
<td>
|
||||
<h2>1</h2>
|
||||
</td>
|
||||
<td>
|
||||
<h2>1</h2>
|
||||
</td>
|
||||
<td>
|
||||
<h2>1</h2>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
<footer>
|
||||
|
@ -88,3 +88,8 @@ input[type='number']
|
||||
background-color:white;
|
||||
min-width:60px;
|
||||
}
|
||||
.inline
|
||||
{
|
||||
display:inline-block;
|
||||
border:1px black solid;
|
||||
}
|
Loading…
Reference in New Issue
Block a user