Modifications

Sauter à la navigation Sauter à la recherche
Ligne 7 : Ligne 7 :     
== code.py ==
 
== code.py ==
After plugging in a board with CircuitPython into your computer a CIRCUITPY drive will appear. At first, the drive may be empty but you can create and edit files on it just like you would on a USB drive. On here, you can save a '''code.py''' ('''code.txt''' and '''main.py''' also work) file to run every time the board resets. This is the CircuitPython equivalent of an Arduino sketch. However, all of the compiling is done on the board itself. ''All you need to do is edit the file.''
+
Après avoir banché votre carte circuit python sur votre ordinateu, un lecteur CIRCUITPY devrait apparaître. Au début, le lecteur devrait vide mais vous pouvez créer et éditer un fichier comme vous le feriez avec n'importe quel lecteur USB. Dans ce test, savez un fichier '''code.py''' ('''code.txt''' et '''main.py''' devrait également fonctionner) à exécuter à chaque fois que la carte est redémarrée. C'est le pendant CircuitPython des croquis Arduino. However, all of the compiling is done on the board itself. ''All you need to do is edit the file.''
    
{{ADFImage|FEATHER-M0-MicroPython-Blinky-01.png|640px}}
 
{{ADFImage|FEATHER-M0-MicroPython-Blinky-01.png|640px}}
29 917

modifications

Menu de navigation