Search found 1 match
- Tue Jun 27, 2017 3:48 am
- Forum: ESP32 Arduino
- Topic: PCF8575 expander with inputs unstable
- Replies: 1
- Views: 6942
PCF8575 expander with inputs unstable
Hi all, Trying to integrate in my program a PCF8575 i2c GPIO expander to read inputs from 3 buttons. I followed and slightly modified an example I found online: http://www.instructables.com/id/Using-The-PCF8575-i2c-io-Expander-To-Read-Inputs-/ I created a C++ class named Buttons with a pressed metho...