
===== GPIO =====

[[https://youtu.be/iGrH3jHWijw|Une Video sur les GPIO en canadien]]

=== Librairie GPIO  en python ===

[[https://sourceforge.net/p/raspberry-gpio-python/wiki/BasicUsage/?SetFreedomCookie|Librairie GPIO python]]

=== Exemples d utilisation des GPIO en python ===

     *[[http://electroniqueamateur.blogspot.fr/2014/03/controler-les-pins-gpio-du-raspberry-pi.html|Exemples sur electronique amateur]]
     *[[http://www.framboise314.fr/une-interface-web-simple-pour-piloter-des-led-avec-html5-et-python-sur-le-raspberry-pi/|Interface Web]]
     *[[https://blog.netapsys.fr/raspberry-pi-commande-gpio-via-crontab/|GPIO - Crontab -Shell]]

un schéma des broches GPIO pour s'y retrouver

{{:start:rasberry:ywgmw.png|GPIO du raspberry}}


=== Tuto GPIO ===

[[http://deusyss.developpez.com/tutoriels/RaspberryPi/PythonEtLeGpio/|GPIO sur developpez.com]]

=== Explication des broches GPIO en ligne ===

[[https://fr.pinout.xyz/#|GPIO en ligne]]

=== GPIO en langage C  ===

[[https://plomteuxkevin.wordpress.com/2013/03/16/les-gpio/|GPIO en C]]

WiringPi est une librairie écrite en C permettant l'accès au GPIO du BCM2835 utilisé par le Raspberry Pi
   *[[http://wiki.mchobby.be/index.php?title=Pi-WiringPi|Librairie WirinPI ]]


