
Inviato dal mio CLT-L09 utilizzando Tapatalk
i2c.scan() return 39
i2c 22 scl and 21 sda. i have an esp32 devkit v1
Code: Select all
import mp_i2c_lcd1602 #this works
l=mp_i2c_lcd1602.LCD1602() #this gives me the error I was telling you about
l.puts('Hello!')