Modifications

Sauter à la navigation Sauter à la recherche
Ligne 16 : Ligne 16 :     
<syntaxhighlight lang="python">
 
<syntaxhighlight lang="python">
pyb.repl_uart( pyb.UART(1,9600) )
+
from machine import UART
 +
from os import dupterm
 +
 
 +
uart = UART( 1, 9600 )
 +
dupterm( uart )
 
</syntaxhighlight>
 
</syntaxhighlight>
  
29 917

modifications

Menu de navigation