Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Simple key pad input for Arduino code input
# Simple key pad input for Arduino code input.

Reads a regular 3x4 matrix key pad. <br>
No librarys needed. <br>
<br>
Once connected properly, it will print to the Serial Moniter once a button is pressed, <br>
Once connected properly, it will print to the Serial Moniter when a button is pressed, <br>
Defalt code:`1234` <br>
You can easily change that in the script. <br>

Expand Down