Python and OLED : SMBUS error in importing I2C.py
-
Hello everyone, this card I want to focus on using the python, but when I use python- oled and i2c python script , I get an error
"no module smbus" in i2C. Any ideas ?
Thank you all
-
@Gwena56 There is a bug in the
smbus
source code, so it cannot be compiled for OpenWRT. We are almost done with the python wrapper for I2C. Our implementation doesn't depend onsmbus
. Please stay tuned!
-
@Boken-Lin Thanks so wait and see ...