haren
- 3
- 0
Homework Statement
Hi there
I'm trying to make a processing unit(digital)
1 1 -> A signal from output which lights a led(a)
1 0 -> A signal from another output which lights another led(b)
0 1 -> signal from (a) to light a
0 0 -> no signals
so basically there should be 2 inputs with 2 outputs
Homework Equations
The Attempt at a Solution
I tried this to do in pic controllers but finding it too hard to implement the assembly language. But since I'm running out of time I'm giving up on that