Modifications

Sauter à la navigation Sauter à la recherche
350 octets ajoutés ,  16 août 2013 à 19:58
Ligne 5 : Ligne 5 :  
== A propos de WiringPi ==
 
== A propos de WiringPi ==
   −
WiringPi is a GPIO access library written in C for the BCM2835 used in the Raspberry Pi. It’s released under the GNU LGPLv3 license and is usable from C and C++ and many other languages with suitable wrappers (See below) It’s designed to be familiar to people who have used the Arduino “wiring” system1
+
'''''WiringPi''''' est une librairie écrite en C permettant l'accès au GPIO du BCM2835 utilisé par le Raspberry Pi. Elle est publiée sous la licence [http://www.gnu.org/copyleft/lesser.html GNU LGPLv3 license] et est utilisable en C et C++ ainsi qu'avec de nombreux autres langages à l'aide du Wrapper adéquat (voir ci-dessous). Elle est conçue pour être familière aux personnes qui utilise Arduino (le système '''wiring''' pour Arduino).
   −
The Raspberry Pi has a 26-pin General Purpose Input/Output (GPIO) connector and this carries a set of signals and buses. There are 8 general purpose digital I/O pins these can be programmed as either digital outputs or inputs. One of these pins can be designated for PWM output too. Additionally there is a 2-wire I2C interface and a 4-wire SPI interface (with a 2nd select line, making it 5 pins in total) and the serial UART with a further 2 pins.
+
Le Raspberry Pi dispose d'un connecteur 26-broches d'Entrée/Sortie d'utilisation générale (appelée GPIO acronyme de "''General Purpose Input/Output''") qui transporte des signaux et des bus (de données). Il y a 8 broches E/S digital d'utilisation générale elles peuvent être programmée soit en entrée, soit en sortie digital. Une de ces broches peut également être désignée pour servir de sortie PWM. De surcroit, il existe une interface I2C 2-fils (2-wire), une interface SPI 4-fils (4-wire) avec une seconde ligne de sélection (ce qui fait 5 broches au total pour le SPI) et un UART série avec 2 broches complémentaires.
   −
The Revision 2 Raspberry Pi has an additional 4 GPIO lines on a separate connector which you have to solder onto the board.
+
La révision 2 de Raspberry Pi dispose de 4 ligne GPIO supplémentaires sur un connecteur séparé que vous devez soudez vous même sur la carte.
    
The I2C, SPI and UART interfaces can also be used as general purpose I/O pins when not being used in their bus modes, giving a grand total of 8 + 2 + 5 + 2 = 17 I/O pins on the P1 connector (plus 4 more on the P5 connector on a Revision 2 Pi)
 
The I2C, SPI and UART interfaces can also be used as general purpose I/O pins when not being used in their bus modes, giving a grand total of 8 + 2 + 5 + 2 = 17 I/O pins on the P1 connector (plus 4 more on the P5 connector on a Revision 2 Pi)
29 917

modifications

Menu de navigation