#4067 sensor and Arduino

Are there any posted examples of Arduino code and the #4067 (or family, but not pulse width version)? Would like to compare what I’m thinking to known working code. Any simple example would be fine.

No need for code example - I was being too cute in my tests. When I went simple, it all works like it should.

1 Like

Hello.

I’m glad you were able to get it working; thank you for letting us know.

For anyone else who comes across this with a similar question, the #4067 sensor has a digital output, so you can just use Arduino’s digitalRead(); command to read the sensor’s output signal.

Brandon