RobTillaart / MCP4725

Arduino library for 12 bit I2C DAC - MCP4725
MIT License
24 stars 7 forks source link

Fix example mcp4725_keypad.ino; does not compile for ESP32 #3

Closed RobTillaart closed 4 years ago

RobTillaart commented 4 years ago

I2CKeyPad .cpp:20:6: error: 'PCF8574' has not been declared

void PCF8574::begin(uint8_t sda, uint8_t scl, uint8_t address)

So problem could be in KeyPad library ...

RobTillaart commented 4 years ago