Skip to content

version 1.1

Choose a tag to compare

@RMNO21 RMNO21 released this 21 Dec 23:56
· 11 commits to main since this release
228d2b9

Full Changelog: preset...base

in here i choose the matrix diagram for my circuit and it works with columns OUT and rows IN
every button in each column is connected to each other and also for the rows.
whenever a row input is 1 and a column output is 1, it detects that button with that row and column.

functions in my code:

  • show
  • read_key
  • process_key
  • format_result

i used a safe environment for evel() function, but later i decided to expand it to the whole math library
it functions well as a simple calculator

image