-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More gates! #1
Comments
Real BinToBCD, current BinToBcd named BinTo7seg |
Reference to keyboard: |
Keyboard could also catch user input on all keys, except Esc |
FPGA - simple gate you can 'program' in a simple language like LUA. The gate shouldn't be able to hold any state. if left.red > 100 then
setOutput(out.blue, 255)
else
setOutput(out.red, 255)
end |
Wouldn't it be more logical to program the FPGA in VHDL, like it happens in the real world? Or is this too difficult to implement in a mod? |
is the repeater going to loop it? so I can make one block loops |
this would be a loop |
Gates to add:
16 Segment DisplayReplaced with text displayThe text was updated successfully, but these errors were encountered: