Bottom of this page.
|
<<last
0
1
-
a77cb72e
anonymous
2023-04-30 08:14
- picoでI2Cで接続したoledをつけようとしてますが以下で空の配列?になります。micropythonです
調べたらディスプレイを認識してないらしいです
どうしたらいいですか?
from machine import I2C, Pin
i2c = I2C(0, scl(4)=Pin(4), sda=Pin(5))
print(str(i2c.scan())
Top of this page.
|
<<last
0
1
(電子工作入門者・初心者の集うスレ/59/1.8MB)