Modifications

Sauter à la navigation Sauter à la recherche
125 octets ajoutés ,  13 avril 2014 à 15:47
Ligne 197 : Ligne 197 :  
Presser le bouton "reset" sur la carte (ou le bouton Reset de n'importe quel shield) pour redémarrer le croquis/sketch en cours d'exécution.
 
Presser le bouton "reset" sur la carte (ou le bouton Reset de n'importe quel shield) pour redémarrer le croquis/sketch en cours d'exécution.
   −
== Propriété des broches en Output ==
+
== Propriété des broches en sortie (Output) ==
Pins configured as OUTPUT with [http://arduino.cc/en/Reference/PinMode pinMode()] are said to be in a low-impedance state. On Galileo, when a pin is configured as OUTPUT, the functionality is provided via an I2C-based Cypress I/O expander [http://www.cypress.com/?docID=31413 datasheet]). Digital pins 0 to 13 and Analog pins A0 to A5 can be configured as OUTPUT pins on Galileo.
+
Les broches configurées en OUTPUT (sortie) avec la fonction [http://arduino.cc/en/Reference/PinMode pinMode()] sont dites en "état de basse impédance". Sur Galileo, lorsqu'une broche est configurée en OUTPUT (sortie), la fonctionnalité est prise en charge par le composant "Cypress I/O expander" ([http://www.cypress.com/?docID=31413 datasheet], fonctionnant en I2C). Les broches gigitales de 0 à 13 et broches analogiques de A0 à A5 peuvent aussi être configurée en OUTPUT sur Galileo.
    
The I/O expander’s pins, when configured as OUTPUT, can source (provide positive current) up to 10 mA (milliamps) and can sink (provide negative current) up to 25 mA of current to other devices/circuits. The individual per pin current sourcing capability of 10 mA is subject to an overall limit of 80 mA combined between all OUTPUT pins. The per pin capability current sinking capability is subject to an overall limit of 200 mA. The following table provides a breakdown of the overall OUTPUT capabilities of the pins.
 
The I/O expander’s pins, when configured as OUTPUT, can source (provide positive current) up to 10 mA (milliamps) and can sink (provide negative current) up to 25 mA of current to other devices/circuits. The individual per pin current sourcing capability of 10 mA is subject to an overall limit of 80 mA combined between all OUTPUT pins. The per pin capability current sinking capability is subject to an overall limit of 200 mA. The following table provides a breakdown of the overall OUTPUT capabilities of the pins.
29 917

modifications

Menu de navigation