Modifications

Sauter à la navigation Sauter à la recherche
Ligne 139 : Ligne 139 :  
Whoa! We have 13Ki more than before! Lets continue!
 
Whoa! We have 13Ki more than before! Lets continue!
   −
=== Continuer après la copie ===
+
== Continuer après la copie ==
Woohoo! Everything copied over just fine. Lets check the serial terminal to see how things are going.
+
Génial! tout à été copié sur la carte. Voyons maintenant le moniteur série pour voir comment vont les choses.
    
{{ADFImage|FEATHER-M0-MicroPython-bibliotheque-10.png|480px}}
 
{{ADFImage|FEATHER-M0-MicroPython-bibliotheque-10.png|480px}}
   −
Oops! Another {{fname|ImportError}}! Libraries can depend on other libraries so copying one file over may not be enough. Looking in the bundle, there is an {{fname|adafruit_bus_device}} directory. In Python terms this is a package. It contains module files. Lets copy the folder over to make sure we get everything.
+
Oups! Un autre {{fname|ImportError}}! La bibliothèque peut dépendre d'autre'''s''' bibliothèque'''s''', par conséquent, la copie d'un seule fichier peut très bien ne pas être suffisant. Si vous inspectez le bundle d'Adafruit, il y a un répertoire {{fname|adafruit_bus_device}} . Ce répertoire est un paquet (''package'') en termes Python. Il contient des modules (''fichiers python''). Copions donc le répertoire sur la carte pour nous assurer d'avoir tout ce qui est nécessaire.
    
{{ADFImage|FEATHER-M0-MicroPython-bibliotheque-11.png|480px}}
 
{{ADFImage|FEATHER-M0-MicroPython-bibliotheque-11.png|480px}}
   −
If that fails due to out of space, [https://learn.adafruit.com/adafruit-gemma-m0/installing-libraries#out-of-space see above]. If not, continue on.
+
Si la copie échoue parce qu'il n'y a pas assez d'espace, [https://learn.adafruit.com/adafruit-gemma-m0/installing-libraries#out-of-space alors vaoyez la section ci-dessus] pour savoir comment retrouver de la place. Sinon vous pouvez simplement poursuivre votre exploration.
    
Lets check the serial connection again. Looks like it worked! We don't have any more {{fname|ImportError}}s and we can see the temperature (in Celsius) and the relative humidity.
 
Lets check the serial connection again. Looks like it worked! We don't have any more {{fname|ImportError}}s and we can see the temperature (in Celsius) and the relative humidity.
29 917

modifications

Menu de navigation