Modifications

Sauter à la navigation Sauter à la recherche
102 octets ajoutés ,  13 avril 2014 à 15:09
Ligne 163 : Ligne 163 :  
Les logiciels Arduino inclus une bibliothèque Wire pour simplifier l'utilisation du bus '''TWI/I2C'''; voyez la [[Accueil#Bus_I2C|documentation pour plus de détails]]. For SPI communication use the [http://arduino.cc/en/Reference/SPI SPI library] (''Arduino.cc, anglais'').
 
Les logiciels Arduino inclus une bibliothèque Wire pour simplifier l'utilisation du bus '''TWI/I2C'''; voyez la [[Accueil#Bus_I2C|documentation pour plus de détails]]. For SPI communication use the [http://arduino.cc/en/Reference/SPI SPI library] (''Arduino.cc, anglais'').
   −
== Programming ==
+
== Programmation ==
Galileo can be programmed with the Arduino software (download). When you are ready to upload the sketch to the board, program Galileo through the USB Client port by selecting "Intel Galileo" as your board in the Arduino IDE. Connect Galileo's port labelled USB Client (the one closest to the Ethernet) to your computer. For details, see the reference, tutorials and Intel® Galileo Getting Started Guide. Rather than requiring a physical press of the reset button before an upload, Galileo is designed to be reset by software running on a connected computer.
+
Galileo peut être programmé à l'aide du l’[http://arduino.cc/en/Main/Software environnement de développement Arduino] (liens de téléchargement, Arduino.cc). When you are ready to upload the sketch to the board, program Galileo through the USB Client port by selecting "Intel Galileo" as your board in the Arduino IDE. Connect Galileo's port labelled USB Client (the one closest to the Ethernet) to your computer. For details, see the reference, tutorials and Intel® Galileo Getting Started Guide. Rather than requiring a physical press of the reset button before an upload, Galileo is designed to be reset by software running on a connected computer.
    
When the board boots up two scenarios are possible:
 
When the board boots up two scenarios are possible:
Ligne 172 : Ligne 172 :  
If a sketch is executing, you can upload from the IDE without having to press the reset button on the board. The sketch is stopped; the IDE waits for the upload state, and then starts the newly uploaded sketch.
 
If a sketch is executing, you can upload from the IDE without having to press the reset button on the board. The sketch is stopped; the IDE waits for the upload state, and then starts the newly uploaded sketch.
   −
Pressing the reset button on the board restarts a sketch if it is executing and resets any attached shields.  
+
Pressing the reset button on the board restarts a sketch if it is executing and resets any attached shields.
    
== Propriété des broches en Output ==
 
== Propriété des broches en Output ==
29 917

modifications

Menu de navigation