This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
pico-micropython-examples
kopia lustrzana
https://github.com/raspberrypi/pico-micropython-examples
Obserwuj
1
Polub
0
Forkuj
You've already forked pico-micropython-examples
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
609ab9c79f
pico-micropython-examples
/
i2c
/
i2c_without_freq.py
4 wiersze
89 B
Python
Czysty
Wina
Historia
from
machine
import
I2C
i2c
=
I2C
(
0
)
# defaults to SCL=Pin(9), SDA=Pin(8), freq=400000
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik