Not sure how to fix this but both signals are true and outputting a constant signal but the logic gate is for some reason not receiving it.
1 Like
It doesn’t work if one of the inputs is 0. I found that out the hard way.
2 Likes
Yeah, this is so anoying and I’m not sure why.
1 Like
Not a bug, 0 doesn’t count as a valid input. Seems counterintuitive at first, but that’s how it normally works in all of coding
4 Likes