mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-11 14:07:00 +03:00
.
This commit is contained in:
@@ -41,6 +41,25 @@ textarea {
|
|||||||
.hidden {
|
.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.red {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gray {
|
||||||
|
background-color: Lightgray;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*th {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
tbody tr:nth-child(odd) {
|
||||||
|
background-color: Lightgray;
|
||||||
|
}*/
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@@ -817,8 +836,8 @@ textarea {
|
|||||||
</td>
|
</td>
|
||||||
<td class="description">
|
<td class="description">
|
||||||
GPIO 0 Usable with restrictions.<br>
|
GPIO 0 Usable with restrictions.<br>
|
||||||
<span style="color: red">Must be disabled when camera is used.</span><br>
|
<b>Must be disabled when camera is used.</b><br>
|
||||||
<span style="color: red">Pin is used to activate flash mode and must therefore be HIGH when booting.</span>
|
<b>Pin is used to activate flash mode and must therefore be HIGH when booting.</b>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="expert" class="GPIO_IO0 GPIO_item">
|
<tr class="expert" class="GPIO_IO0 GPIO_item">
|
||||||
@@ -1099,7 +1118,7 @@ textarea {
|
|||||||
</td>
|
</td>
|
||||||
<td class="description">
|
<td class="description">
|
||||||
GPIO 4 Usable with restrictions.<br>
|
GPIO 4 Usable with restrictions.<br>
|
||||||
<span style="color: red">Pin is used for build-in flash light.</span>
|
<b>Pin is used for build-in flash light.</b>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="expert" class="GPIO_IO4 GPIO_item">
|
<tr class="expert" class="GPIO_IO4 GPIO_item">
|
||||||
|
|||||||
Reference in New Issue
Block a user