I forget - if I want to use SERIN, should I pull the input high or low to
indicate an "inactive" condition? The input won't always be connected and I don't want to leave it floating.
Printable View
I forget - if I want to use SERIN, should I pull the input high or low to
indicate an "inactive" condition? The input won't always be connected and I don't want to leave it floating.
If you're using TRUE mode, it should idle high. Inverted idles low.
Thank you!