Modifications

Sauter à la navigation Sauter à la recherche
12 octets supprimés ,  17 septembre 2018 à 18:53
Ligne 272 : Ligne 272 :  
# Affichage d'une icône avec Canal Alpha.
 
# Affichage d'une icône avec Canal Alpha.
   −
<syntaxhighlight lang="python">cat icon.py
+
<syntaxhighlight lang="python">from machine import Pin, I2C
from machine import Pin, I2C
   
import time
 
import time
 
i2c = I2C( sda=Pin(4), scl=Pin(5) )
 
i2c = I2C( sda=Pin(4), scl=Pin(5) )
29 918

modifications

Menu de navigation