Modifications

Sauter à la navigation Sauter à la recherche
aucun résumé de modification
Ligne 1 : Ligne 1 :  +
{{MicroPython.presentation-NAV}}
 
{{traduction}}
 
{{traduction}}
   
== Système de fichier local et carte SD ==
 
== Système de fichier local et carte SD ==
   −
There is a small internal filesystem (a drive) on the pyboard, called {{fname|/flash}}, which is stored within the microcontroller’s flash memory. If a micro SD card is inserted into the slot, it is available as {{fname|/sd}}.
+
{{bloc-etroit|text=There is a small internal filesystem (a drive) on the pyboard, called {{fname|/flash}}, which is stored within the microcontroller’s flash memory. If a micro SD card is inserted into the slot, it is available as {{fname|/sd}}.
      Ligne 10 : Ligne 10 :  
(Note that on older versions of the board, /flash is called 0:/ and /sd is called 1:/).
 
(Note that on older versions of the board, /flash is called 0:/ and /sd is called 1:/).
   −
The boot filesystem is used for 2 things: it is the filesystem from which the {{fname|boot.py}} and {{fname|main.py}} files are searched for, and it is the filesystem which is made available on your PC over the USB cable.
+
The boot filesystem is used for 2 things: it is the filesystem from which the {{fname|boot.py}} and {{fname|main.py}} files are searched for, and it is the filesystem which is made available on your PC over the USB cable.}}
    
The filesystem will be available as a USB flash drive on your PC. You can save files to the drive, and edit {{fname|boot.py}} and {{fname|main.py}}.
 
The filesystem will be available as a USB flash drive on your PC. You can save files to the drive, and edit {{fname|boot.py}} and {{fname|main.py}}.
29 917

modifications

Menu de navigation