I am trying to figure this out, how many conditions can be defined using two switches? assuming switch have two modes of on and off. Are there any formulas to calculate the number of unique answers, based on number of devices? or resources to read?
Asked
Active
Viewed 20 times
0
-
1Use math. Example: how many different values with one decimal digit? 10 . With two? 100. With three? 1000. Generalize with formula. Do same exercise with base 2 / binary. – Erik Eidt Nov 04 '22 at 16:08
-
Infinite. Use the first switch as a trigger (clock), and second as data channel. – SK-logic Nov 09 '22 at 09:41