Différences entre versions de « Pi-WiringPi-Fonctions-et-Manuel »

De MCHobby - Wiki
Sauter à la navigation Sauter à la recherche
(Page créée avec « {{Pi-WiringPi-NAV}} == Référence == {{bloc-etroit|text=Before using the WiringPi GPIO library, you need to include its header file in your programs:}} <nowiki>#include <... »)
 
Ligne 14 : Ligne 14 :
 
You may also need additional '''#include''' lines, depending on the modules you are using.}}
 
You may also need additional '''#include''' lines, depending on the modules you are using.}}
  
== Pages référence/API ==
 
  
 +
== Pages de référence/API ==
 +
 +
=== Le fondamental ===
 
* [[Pi-WiringPi-Reference-Setup-Functions|Fonctions d'initialisation de WiringPi]] <small>(Source anglaise: [http://wiringpi.com/reference/setup/ WiringPi Setup functions])</small>
 
* [[Pi-WiringPi-Reference-Setup-Functions|Fonctions d'initialisation de WiringPi]] <small>(Source anglaise: [http://wiringpi.com/reference/setup/ WiringPi Setup functions])</small>
 
* [[Pi-WiringPi-Reference-Core-Functions|Fonctions noyaux de WiringPi]] <small>(Source anglaise: [http://wiringpi.com/reference/core-functions/ Core wiringPi functions])</small>
 
* [[Pi-WiringPi-Reference-Core-Functions|Fonctions noyaux de WiringPi]] <small>(Source anglaise: [http://wiringpi.com/reference/core-functions/ Core wiringPi functions])</small>
  
These two above are the most important features of wiringPi. Below are additional functions and libraries that comprise the main wiringPi release.
+
Les deux points ci-dessus sont les fonctionnalités les plus importantes de wiringPi.  
  
{{ambox|text='''Attention:''' Une partie des références suivantes ne sont pas traduite. Nous pouvons cependant continuer nos efforts de traduction sur demande. Adressez votre demande par l'intermédiaire du [http://www.mchobby.be WebShop de MCHobby].}}
+
=== Les extras ===
 +
Vous trouverez ci-dessous des fonctions et librairies additionnelles comprise dans la distribution de wiringPi.
  
 
* [[Pi-WiringPi-Reference-PiSpecific|Fonctions spécifiques à RapsberryPi]] <small>(Source anglaise: [http://wiringpi.com/reference/raspberry-pi-specifics/ Raspberry Pi specific functions])</small>.
 
* [[Pi-WiringPi-Reference-PiSpecific|Fonctions spécifiques à RapsberryPi]] <small>(Source anglaise: [http://wiringpi.com/reference/raspberry-pi-specifics/ Raspberry Pi specific functions])</small>.
Ligne 28 : Ligne 31 :
 
* [[Pi-WiringPi-Reference-PiSpecific|Librairie SPI]] <small>(Source anglaise: [http://wiringpi.com/reference/spi-library/ SPI library])</small>.
 
* [[Pi-WiringPi-Reference-PiSpecific|Librairie SPI]] <small>(Source anglaise: [http://wiringpi.com/reference/spi-library/ SPI library])</small>.
 
* [[Pi-WiringPi-Reference-PiSpecific|Librairie I2C]] <small>(Source anglaise: [http://wiringpi.com/reference/i2c-library/ I2C library])</small>.
 
* [[Pi-WiringPi-Reference-PiSpecific|Librairie I2C]] <small>(Source anglaise: [http://wiringpi.com/reference/i2c-library/ I2C library])</small>.
 +
 +
{{ambox|text='''Attention:''' Une partie des références suivantes ne sont pas traduite. Nous pouvons cependant continuer nos efforts de traduction sur demande. Adressez votre demande par l'intermédiaire du [http://www.mchobby.be WebShop de MCHobby].}}
  
 
Eléments non traduit:     
 
Eléments non traduit:     

Version du 9 octobre 2013 à 12:57


MCHobby investit du temps et de l'argent dans la réalisation de traduction et/ou documentation. C'est un travail long et fastidieux réalisé dans l'esprit Open-Source... donc gratuit et librement accessible.
SI vous aimez nos traductions et documentations ALORS aidez nous à en produire plus en achetant vos produits chez MCHobby.

Référence

Before using the WiringPi GPIO library, you need to include its header file in your programs:

#include <wiringPi.h>

You may also need to add

-I/usr/local/include -L/usr/local/lib -lwiringPi

to the compile line of your program depending on the environment you are using. The important one is -lwiringPi

You may also need additional #include lines, depending on the modules you are using.


Pages de référence/API

Le fondamental

Les deux points ci-dessus sont les fonctionnalités les plus importantes de wiringPi.

Les extras

Vous trouverez ci-dessous des fonctions et librairies additionnelles comprise dans la distribution de wiringPi.

Eléments non traduit: