Hello, I know this seems crazy (at least for me!) But I need to use different pins for the I2C communication, as my hardware forces me to. So this is a very specific case. My MCU is LPC1114/302 and per default the SCL/SDA Pins are PIO0_4/PIO0_5 But as said I can't unfortunately use them. Instead I have to use PIO1_2/PIO3_0 respectively.
Is this in anyway possible?? I was thinking this could be done manually by writing a library for these pins to work as I2C pins but this seems a hard job to do which I would leave as the last choice.
I would be grateful if someone has another idea!