Skip to content

Commit

Permalink
links
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdoe committed Jan 1, 2024
1 parent ba5c76d commit 7f998ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/calc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h1>CALC - SINGLE BUTTON (MORSE) CALCULATOR</h1>

<mark>V0.0.0</mark> (8 BUTTONS):<br>

<img src="images/v0.jpg" width="80%">
<a href="images/v0.jpg"><img src="images/v0.jpg" width="80%"></a>
<p>
It had 8 buttons, most left one is shift, most right is control, the rest are 6 bits used to make 64 characters.
The
Expand All @@ -109,7 +109,7 @@ <h1>CALC - SINGLE BUTTON (MORSE) CALCULATOR</h1>
the cables (for the cool factor) and two epaper displays. On the left display you have the code, and press ctrl
+ r
(which is 00100101) which then is rendered on the second display:</p>
<img src="images/v1.jpg" width="80%">
<a href="images/v1.jpg"><img src="images/v1.jpg" width="80%"></a>
<details>
<summary>keycodes</summary>
<pre>
Expand Down

0 comments on commit 7f998ba

Please sign in to comment.