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 <... »)
(Aucune différence)

Version du 9 octobre 2013 à 12:22


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 référence/API

These two above are the most important features of wiringPi. Below are additional functions and libraries that comprise the main wiringPi release.

Eléments non traduit: