Add Binary Counter #18
Labels
No labels
bug
dependencies
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: prescientmoon/erratic-gate#18
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is your feature request related to a problem? Please describe.
When playing around with binary numbers it can often get really hard to keep track of everything especially the outputs.
Describe the solution you'd like
Add a "logic gate" wich displays a single hex figure based on the Inputs. It would have four Inputs, each one for a differnt number, 1, 2, 4 and 8
Describe alternatives you've considered
idk
Additional context
Hmmm, this sounds a little tricky to implement, I will see what I can do