Because I want to use i2c interface to control others device for expansion header pin on cirrus logic audio card. so the i2c interface be using?
Terry
Because I want to use i2c interface to control others device for expansion header pin on cirrus logic audio card. so the i2c interface be using?
Terry
You cant change it, they have pull up resisters on them so you cant toggle them low in software. Only sink them low.
The SDA/SCL pins are hardware based which is a good thing, but a bad thing in that they are not really GPIO pins.
You cant change it, they have pull up resisters on them so you cant toggle them low in software. Only sink them low.
The SDA/SCL pins are hardware based which is a good thing, but a bad thing in that they are not really GPIO pins.
Because I want to use ADC component(ADS1015) to read analog signal, and it is i2c interface to communicate with main borad.
So if the ADC component device can met pull up this voltage, it should be driving by SDA and SCL for porting driver on raspberry pi 2?