Search found 2 matches

by Tamar1984
Wed May 01, 2019 8:09 am
Forum: Circuit Talk
Topic: Decimal input to biniary code
Replies: 3
Views: 4633

Re: Decimal input to biniary code

Allright that would be to complicated for this case. The only timing the circuit needs to do is checking if the input (number from 0-9) is part of a prefixed number. I have got it working with a binary input but i wanted to make it look beter with decimal input. But the circuit needs to be simple. S...
by Tamar1984
Tue Apr 30, 2019 10:17 am
Forum: Circuit Talk
Topic: Decimal input to biniary code
Replies: 3
Views: 4633

Decimal input to biniary code

Hello All, I build a simple circuit that checks whether the entered binary value corresponds to a previously specified value and if that is correct, it gives a 1 as an output. This part is working corretly But now I would like to simplify the input by being able to give a decimal input. How do I do ...