Posts: 28
Threads: 4
Joined: Mar 2023
Reputation:
0
Thank you for the clarification.
It means that I don't need to define SDA & SCL in my sketch, correct??
I see that SS in your explanation below SDA & SCL also use i2c pin 5, is not a conflict as my sketch don't find the RTC module connected.
Posts: 9,128
Threads: 1,204
Joined: Oct 2020
Reputation:
236
It means that I don't need to define SDA & SCL in my sketch, correct?? yes, just define in "pins_arduino.h".
Posts: 28
Threads: 4
Joined: Mar 2023
Reputation:
0
What about pin 5 used twice, both the SCL and below in SS in the "pins_arduini.h"
Is that not a conflict?
Posts: 9,128
Threads: 1,204
Joined: Oct 2020
Reputation:
236
yes, need use two different, i just tell you which two pins for I2C need preset.
Posts: 9,128
Threads: 1,204
Joined: Oct 2020
Reputation:
236
A16 board, not use SPI bus, you can delete it or write any other GPIO number.