Modifications

Sauter à la navigation Sauter à la recherche
4 octets ajoutés ,  25 mai 2021 à 00:09
Ligne 57 : Ligne 57 :  
<syntaxhighlight lang="python">
 
<syntaxhighlight lang="python">
 
from machine import I2C
 
from machine import I2C
i2c = I2C( sda=Pin(), scl=Pin() )
+
i2c = I2C( sda=Pin(13), scl=Pin(16) )
 
</syntaxhighlight>
 
</syntaxhighlight>
  
29 917

modifications

Menu de navigation