-
Hi, I wonder if there is a chance to use this lib with software I²C (softwire, BitBang etc).
Thanks, Greece2
-
Hello
I have connect one led which is ssd1306, and when i build the kernel, i have choose i2c to support ssd1306, but when use this system, i can not find device file in /dev/i2c-xx,should any one…
-
I'm probably holding it wrong. But perhaps someone has an idea...
I need to somehow disable the first two i2c busses in DT.
```shell
tilli@nas ~> sudo i2cdetect -l
i2c-0 i2c fef04500.i2…
-
I forgot to mention this is on the BTT MMB CAN board.
I have this board functioning as 'MMU' via USB. I will eventually move to CAN.
I can not get this to connect.
```
[temperature_sensor MM…
-
Hi,
I'm currently experiencing trouble to install my Eddy coil version on my Kraken motherboard.
As it is connected directly to the i2c2 port of the board, I set this in the kraken cfg file:
[pro…
-
Any change that this nice lib could be used with Software-I2C (Sowftwire, SWIIC etc.) instead of Hardware-I2C only ?
Would be a great addition ! :-)
Thanks, Greece2
-
Hi, is it possible to initiate the oled.begin on pins different from the hardware i2c pins? I'm trying to use the library on a ESP32-Cam
-
Any chance that this nice lib could be used with software-I2C as well ?
Would be a great addition ! :-)
Thanks, Greece2
-
In I2C.cpp file,the three GPIO Init struct should be define in class I2C.
When you creat more then one class,it will cause some problem in changeSDAState function.
And SDAPinInput struct is useless…
-
Hello!
Using Efinix version of SaxonSoC (T120F324 devkit), trying to use i2c as master to communicate with plain slave peripheral. Is there an example to communicate SaxonSoC with plain i2c slav…