Skip to content

Commit

Permalink
Update Arduino and Electrical Setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Karsten-Uy authored Nov 13, 2024
1 parent 54d25e1 commit 9102d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Usage Documentation/Arduino and Electrical Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ Conenct the buttons to the correspong pin and then to ground, such that when the

Build the circuit to convert a "1-hot" signal into binary encoding. Each button is linked to a specific input, generating a unique binary value that the Arduino can interpret. When a button is pressed, the Arduino detects the rising edge of the corresponding signal, allowing it to identify which button was activated. If no button is pressed, the Arduino reads a "0" (no-signal) state.

[INSERT CIRCUIT IMAGE HERE]
![Circuit Image](/Images/circuit.png)

0 comments on commit 9102d8f

Please sign in to comment.