Modifications

Sauter à la navigation Sauter à la recherche
132 octets ajoutés ,  26 février 2022 à 00:35
Ligne 222 : Ligne 222 :  
from machine import UART
 
from machine import UART
    +
# UART(1) on GP4 & GP5
 
uart = UART( 1, baudrate=9600, timeout=3000)  
 
uart = UART( 1, baudrate=9600, timeout=3000)  
 +
 +
# Alternate position for UART(1) by using Bus Fabric feature
 +
uart = UART( 1, baudrate=9600, timeout=3000)
 +
 
</syntaxhighlight>
 
</syntaxhighlight>
  
29 917

modifications

Menu de navigation