Hi,
Trying to use 2x Qwiic EEPROM modules with ‘Example3_AdvancedI2C’ which seems like exactly the functionality I’d need to build off of (just two different addresses on a single bus).
However, once you get to the interesting part of the example, you see:
if (myMem.begin(EEPROM_ADDRESS, Wire1) == false) //And Uno will fail to compile here
And sure enough…it fails to compile there with an Uno target.
Any idea on how to make this…not fail there?
Thanks!