Modifications

Sauter à la navigation Sauter à la recherche
129 octets ajoutés ,  6 juillet 2025 à 23:01
Ligne 105 : Ligne 105 :     
Disabling the Power Safe at low power consumption will greatly improve the power rail stability.
 
Disabling the Power Safe at low power consumption will greatly improve the power rail stability.
 +
 +
 +
<syntaxhighlight lang="python">
 +
from machine import Pin
 +
 +
Pin( 23, Pin.OUT, value=True ) # Disable PowerSafe
 +
</syntaxhighlight>
    
== Improving the code ==
 
== Improving the code ==
32 908

modifications

Menu de navigation