Clipit SCL SDA

What are the pin numbers for SCL and for SDA on Clipit board ? Thank you.

I2C

Access the I2C bus.

Function Description
I2cCfg(baudrate) baudrate: Sets the I2C clock speed in khz, typically 100K or 400K, and 1M in some cases.
I2cWr(address, [arrayWrite], [arrayRead]) address: I2C slave address (7 bits) - arrayWrite: array to send, arrayRead: array to read. Returns 1 succeeded.

Pins used for I2C are 15-SCL and 16-SDA.

1 Like

Hi Frank. You have multiple posts left hanging. Were they resolved?

Those pins have pull up resistors and for that we left the pin numbers off the circuit so you are only using them as i2c pins. Also, those pins do not support capacitive touch on clip it. Another reason why the pads are labeled for i2c.

What are you trying to do?