I have some legacy code whereby there is an i2c.h header - and an i2c.c file....never used it... but isn't this supposed to be part of the SDK itself.
So I guess my questions are:
1. Do you still need to use external files for I2c using a recent SDK - or is it all in the SDK.
2. If the former, do you need both a C file and an H file (suggesting there's nothing in the SDK itself)?
2. If the latter - how do you define which pins to use for i2c? I want to use 4 and 5. The Espressif i2c document doesn't even mention which pins?
Pete.