N
nehaqua@gmail.com
Guest
Hi,
I want to exceute certain piece of code on the basis of the input
signals.
All the input signals are initially pulled up '1'.
What I want is whenever some of the input signals go to 'St1' only
then case statement excites & not on 'Pu1'.
There is no way by which we can use stengths in case statement except
using ASCII values in case expression.
Can anyone suggest me the better way to do it.
I dont want to use multiple if-else statements.
I want to exceute certain piece of code on the basis of the input
signals.
All the input signals are initially pulled up '1'.
What I want is whenever some of the input signals go to 'St1' only
then case statement excites & not on 'Pu1'.
There is no way by which we can use stengths in case statement except
using ASCII values in case expression.
Can anyone suggest me the better way to do it.
I dont want to use multiple if-else statements.