Modifications

Sauter à la navigation Sauter à la recherche
Ligne 8 : Ligne 8 :  
Cette information est utile si vous désirez ajouter vitre propre électronique sur le Romi 32U4, écrire du code de bas niveau pour le matériel interfacé ou si vous voulez simplement mieux comprendre comment fonctionne le Romi 32U4. Each row represents a physical pin on the ATmega32U4.
 
Cette information est utile si vous désirez ajouter vitre propre électronique sur le Romi 32U4, écrire du code de bas niveau pour le matériel interfacé ou si vous voulez simplement mieux comprendre comment fonctionne le Romi 32U4. Each row represents a physical pin on the ATmega32U4.
   −
The “ATmega32U4 pin name” column shows the official name of the pin according to the [https://www.microchip.com/wwwproducts/en/ATmega32u4 fiche technique de l' ATmega32U4].
+
la colonne “ATmega32U4 broche” montre le nom officiel sur l'ATmega32U4 tel que repris sur [https://www.microchip.com/wwwproducts/en/ATmega32u4 fiche technique de l' ATmega32U4].
   −
The “Arduino pin names” column lists the names provided by the Arduino environment for the pin. These names can generally be used as arguments to any function that takes a pin number. However, there are some exceptions. For example, passing the number 4 to {{fname|analogRead}} actually reads pin A4, not pin 4. Also, due to hardware limitations, some functions only work on a limited set of pins.
+
La colonne “Arduino broche” reprend le nom tel que connu dans l'environnement Arduino. Ces noms peuvent généralement être utilisé comme argument pour les fonction Arduino nécessiant un numéro de broche. Il y a cependant quelques exceptions. Par exemple, passer ne numéro 4 à {{fname|analogRead}} lira la broche A4 et nom la broche 4. Il y a également des limitations matérielle autorisant des fonctions à ne travailler qu'avec un ensemble limité de broches.
    
The “Romi 32U4 functions” column documents what the pin is used for on the Romi 32U4 Control Board. Many pins can serve multiple purposes concurrently by switching modes. For example, PB0 can read the state of button C when it is an input, and it can control the red LED and serve as an LCD data line when it is an output.
 
The “Romi 32U4 functions” column documents what the pin is used for on the Romi 32U4 Control Board. Many pins can serve multiple purposes concurrently by switching modes. For example, PB0 can read the state of button C when it is an input, and it can control the red LED and serve as an LCD data line when it is an output.
Ligne 18 : Ligne 18 :  
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
| ATmega32U4 pin name  
+
| ATmega32U4 broche  
| Arduino pin names
+
| Arduino broche
 
| Romi 32U4 Control Board functions  
 
| Romi 32U4 Control Board functions  
 
| Notes/alternate functions
 
| Notes/alternate functions
29 837

modifications

Menu de navigation