Skip to content

Commit

Permalink
Add gpclock legend.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jun 17, 2024
1 parent 54912d9 commit 56c190f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/pinout.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ which don't pass the squint-test well */
.uart i {color: #6c71c4aa;}
.ground i {color: #555555aa;}

.fa-solid {margin-right:5px;}
.fa-solid {width: 18px;}

tr:hover i {color: inherit;}

Expand Down
1 change: 1 addition & 0 deletions template.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ <h2>Legend</h2>
<li class="uart"><i aria-label="Bug icon" class="fa-solid fa-bug"></i> UART<small> - Universal Asynchronous Receiver/Transmitter</small></li>
<li class="pwm"><i aria-label="Square wave icon" class="fa-solid fa-wave-square"></i> PWM<small> - Pulse Width Modulation</small></li>
<li class="i2s"><i aria-label="Speaker icon" class="fa-solid fa-volume-off"></i> I2S/PCM<small> - Pulse Code Modulation</small></li>
<li class="gpclk"><i aria-label="Clock icon" class="fa-solid fa-clock"></i> GPCLK<small> - General-purpose Clock</small></li>
</ul>
</section>
</aside>
Expand Down

0 comments on commit 56c190f

Please sign in to comment.