Misc: Update WiringPi pages for #414

This commit is contained in:
Phil Howard 2021-10-26 21:53:10 +01:00
parent 13c59871a8
commit a7da56f63a
6 changed files with 34 additions and 94 deletions

View File

@ -4,7 +4,7 @@ name: WiringPi
class: interface
type: pinout
page_url: wiringpi
url: http://wiringpi.com
url: https://github.com/WiringPi/
github: https://github.com/WiringPi/WiringPi-Python
pin:
'3':
@ -64,18 +64,12 @@ pin:
'40':
name: WiringPi 29
-->
#WiringPi Bibliothek
# WiringPi
###WiringPi ist der Versuch die Einfachheit der Verdrahtung des Arduino auf den Raspberry Pi zu bringen.
WiringPi is an attempt to bring Arduino-wiring-like simplicity to the Raspberry Pi.
Das Ziel dieser Bibliothek ist es, eine einzige gemeinsame Plattform und Programmierschnistelle für den Zugriff auf die
GPIOs des Rapsberry Pi für verschiedene Programmiersprachen zur Verfügung zu stellen.
Im Kern ist WiringPi eine C-Bibliothek, aber sie steht auch in Ruby und Python per "gem install wiringpi" bzw. "pip install WiringPi" zur Verfügung.
The goal is to have a single common platform and set of functions for accessing the Raspberry Pi GPIO across multiple languages. WiringPi is a C library at heart, but it's available to both Ruby and Python users who can "gem install wiringpi" or "pip install wiringpi" respectively.
Bei Python muss man auf die "2" am Ende achten - das ist die WiringPi-Python Bibliothek, die momentan die aktuelle Version ist.
WiringPi uses its own pin numbering scheme, this page illustrates how WiringPi numbers your GPIO pins.
Mehr Informationen findest Du auf der offiziellen WiringPi-Webseite.
##Erste Schritte mit WiringPi
WiringPi benutzt seine eigene Nummerierung der Anschlüsse am Pi. Links siehst Du die entsprechende Nummerierung.
WiringPi has been deprecated by its original author. For more information about, and support with the ongoing community maintained version and ports, see the WiringPi GitHub org: https://github.com/WiringPi/

View File

@ -3,7 +3,7 @@
name: WiringPi
class: interface
type: pinout
url: http://wiringpi.com
url: https://github.com/WiringPi/
github: https://github.com/WiringPi/WiringPi-Python
pincount: 40
pin:
@ -68,16 +68,8 @@ pin:
WiringPi is an attempt to bring Arduino-wiring-like simplicity to the Raspberry Pi.
The goal is to have a single common platform and set of functions for accessing the Raspberry Pi GPIO across multiple languages. WiringPi is a C library at heart, but it's available to both Ruby and Python users who can "gem install wiringpi" or "pip install WiringPi" respectively.
The goal is to have a single common platform and set of functions for accessing the Raspberry Pi GPIO across multiple languages. WiringPi is a C library at heart, but it's available to both Ruby and Python users who can "gem install wiringpi" or "pip install wiringpi" respectively.
Python users note the 2 on the end, the WiringPi-Python library finally brings a whole host of existing WiringPi functionality to Python including brand new features from WiringPi 2.
WiringPi uses its own pin numbering scheme, this page illustrates how WiringPi numbers your GPIO pins.
WiringPi uses its own pin numbering scheme, here you'll learn how WiringPi numbers your GPIO pins, what those pins do and how to do shiny things with them from within Python or Ruby.
Installing to Python couldn't be easier, just:
```bash
sudo pip install WiringPi
```
For more information about WiringPi you should visit the official WiringPi website.
WiringPi has been deprecated by its original author. For more information about, and support with the ongoing community maintained version and ports, see the WiringPi GitHub org: https://github.com/WiringPi/

View File

@ -4,7 +4,7 @@ name: WiringPi
class: interface
type: pinout
page_url: wiringpi
url: http://wiringpi.com
url: https://github.com/WiringPi/
github: https://github.com/WiringPi/WiringPi-Python
pin:
'3':
@ -64,22 +64,12 @@ pin:
'40':
name: WiringPi 29
-->
#Raspberry Pi WiringPi
# WiringPi
###WiringPi es un intento de traer la simplicidad de Arduino a la Raspberry Pi
WiringPi is an attempt to bring Arduino-wiring-like simplicity to the Raspberry Pi.
El objetivo es tener una única plataforma común y set de funciones para acceder a los GPIO's de la Rasberry Pi en distintos lenguajes. WiringPi es una librería hecha en C, pero está disponible tanto para usuarios de Ruby como de Python, que pueden ejecutar "gem install wiringpi" o "pip install WiringPi" respectivamente.
The goal is to have a single common platform and set of functions for accessing the Raspberry Pi GPIO across multiple languages. WiringPi is a C library at heart, but it's available to both Ruby and Python users who can "gem install wiringpi" or "pip install wiringpi" respectively.
Los usuarios de Python deben tener cuidado con el 2 al final; la librería WiringPi-Python finalmente proporciona un montón de funcionalidades existentes a Python, y también incluyendo algunas completamente nuevas.
WiringPi uses its own pin numbering scheme, this page illustrates how WiringPi numbers your GPIO pins.
##Empezando con WiringPi
WiringPi utiliza su propio sistema de numeración de pines, aquí aprenderás como WiringPi los numera, que hacen esos pines y como hacer brillantes cosas con ellos desde Python o Ruby.
Instalar WiringPi en Python no puede ser más fácil, solo:
```bash
sudo pip install WiringPi
```
Para más información sobre WiringPi deberías visitar la página oficial de WiringPi.
WiringPi has been deprecated by its original author. For more information about, and support with the ongoing community maintained version and ports, see the WiringPi GitHub org: https://github.com/WiringPi/

View File

@ -4,7 +4,7 @@ name: WiringPi
class: interface
type: pinout
page_url: wiringpi
url: http://wiringpi.com
url: https://github.com/WiringPi/
github: https://github.com/WiringPi/WiringPi-Python
pin:
'3':
@ -64,24 +64,12 @@ pin:
'40':
name: WiringPi 29
-->
#WiringPi sur Raspberry Pi
# WiringPi
###WiringPi est un concept proche de la façon dont Arduino adresse ses entrées et sorties, privilégiant la simplicité.
WiringPi is an attempt to bring Arduino-wiring-like simplicity to the Raspberry Pi.
Le but avoué est de définir une librairie unique ainsi qu'un set de fonctions permettant l'accès au GPIO de la Raspberry Pi à partir de plusieurs languages de programmation.
The goal is to have a single common platform and set of functions for accessing the Raspberry Pi GPIO across multiple languages. WiringPi is a C library at heart, but it's available to both Ruby and Python users who can "gem install wiringpi" or "pip install wiringpi" respectively.
En effet, bien que WiringPi soit une bibliothèque en C au départ, elle est aussi disponible en Ruby et Python. Pour l'installer, un simple "gem install wiringpi" ou "pip install WiringPi" fera l'affaire, pour l'environnement Ruby et Python respectivement.
WiringPi uses its own pin numbering scheme, this page illustrates how WiringPi numbers your GPIO pins.
Pour les usagers Python, noter bien le '2' suivant le 'wiringpi', cette nouvelle version est basée sur WiringPi 2 et incorpore la majorité des fonctionnalités de la version C.
##Premiers pas avec WiringPi
WiringPi présente son propre système de numérotation des broches GPIO, visible sur la gauche de cette page.
Installez la librairie sous Python est particulièrement simple:
```bash
sudo pip install WiringPi
```
Pour toute information supplémentaire, visitez le site officiel de WiringPi!
WiringPi has been deprecated by its original author. For more information about, and support with the ongoing community maintained version and ports, see the WiringPi GitHub org: https://github.com/WiringPi/

View File

@ -4,7 +4,7 @@ name: WiringPi
class: interface
type: pinout
page_url: wiringpi
url: http://wiringpi.com
url: https://github.com/WiringPi/
github: https://github.com/WiringPi/WiringPi-Python
pin:
'3':
@ -64,26 +64,12 @@ pin:
'40':
name: WiringPi 29
-->
#Raspberry Pi WiringPi
# WiringPi
###WiringPi è un tentativo di portare la semplicità di connessione dell'Arduino sul Raspberry.
WiringPi is an attempt to bring Arduino-wiring-like simplicity to the Raspberry Pi.
L'idea è di avere un'unica piattaforma comune e un insieme di funzioni per accedere alle porte GPIO da diversi linguaggi.
WiringPi ha il cuore in una libreria C, ma è disponibile sia per Ruby che per Python; gli utenti possono installarla usando
rispettivamente "gem install wiringpi" e "pip install WiringPi".
The goal is to have a single common platform and set of functions for accessing the Raspberry Pi GPIO across multiple languages. WiringPi is a C library at heart, but it's available to both Ruby and Python users who can "gem install wiringpi" or "pip install wiringpi" respectively.
Gli utenti Python noteranno il 2 alla fine del pacchetto; la libreria WiringPi-Python finalmente porta tutta una serie di
funzionalità preesistenti di WiringPi a Python, incluse le ultime presenti in WiringPi 2.
WiringPi uses its own pin numbering scheme, this page illustrates how WiringPi numbers your GPIO pins.
##Primi passi con WiringPi
WiringPi usa il suo sistema di numerazione dei pin; qui imparerai come WiringPi indicizza i pin GPIO, cosa fanno tali pin e
come realizzare progetti interessanti con Python o Ruby.
Installarla in Python non potrebbe essere più semplice. Semplicemente:
```bash
sudo pip install WiringPi
```
Per maggiori informazioni su WiringPi, dai un'occhiata al loro sito ufficiale.
WiringPi has been deprecated by its original author. For more information about, and support with the ongoing community maintained version and ports, see the WiringPi GitHub org: https://github.com/WiringPi/

View File

@ -4,7 +4,7 @@ name: WiringPi
class: interface
type: pinout
page_url: wiringpi
url: http://wiringpi.com
url: https://github.com/WiringPi/
github: https://github.com/WiringPi/WiringPi-Python
pin:
'3':
@ -64,22 +64,12 @@ pin:
'40':
name: WiringPi 29
-->
#Raspberry Pi WiringPi
# WiringPi
###WiringPi, Arduino benzeri bir kablolama basitliğini Raspberry Pi'ye getirmeyi amaçlayan bir projedir.
WiringPi is an attempt to bring Arduino-wiring-like simplicity to the Raspberry Pi.
WiringPi, Arduino kullanmış olanların hiç yabancılık çekmeyeceği, Arduino benzeri bir pinleme/klablolama sistemini Raspberry Pi'ye getirmeyi amaçlamış üçüncü parti bir kütüphanedir. Bu kütüphanenin amacı benzer ve ortak bir platform oluşturmak, ve de Raspberry Pi GPIO pinlerini farklı diller ile yönetebilmektir. WiringPi özünde C dili ile yazılmıştır, fakat hem Ruby hem de Python türevleri mevcuttur. Bunları sıra ile Ruby için "gem install wiringpi" veya Python için "pip install WiringPi" diyerek kurabilirsiniz.
The goal is to have a single common platform and set of functions for accessing the Raspberry Pi GPIO across multiple languages. WiringPi is a C library at heart, but it's available to both Ruby and Python users who can "gem install wiringpi" or "pip install wiringpi" respectively.
Python kullanıcıları kütüphanenin adının sonundaki 2'ye dikkat etmiş olabilirler. Bu aslında WiringPi-Python kütüphanesidir. Bu kütüphane sonunda mevcut WiringPi kütüğhanesindeki özellikleri ve esnekliği Raspberry Pi'ye Python dilinde getirmeyi başarmış bir kütüphanedir.
WiringPi uses its own pin numbering scheme, this page illustrates how WiringPi numbers your GPIO pins.
##WiringPi'ye başlangıç
WiringPi [kendi pin numaralama şematiğini kullanıyor](http://wiringpi.com/pins/). Bu linkten WiringPi'nin GPIO pinlerinizi nasıl numaralandırdığını görebilir, pinlerin ne yaptığını inceleyebilir, ve de C, Python veya Ruby dilleri ile GPIO programlamaya başlayabilir, devre elemanlarınızı yönetebilirsiniz.
Python'a kurmak saniyelerinizi alacak:
```bash
sudo pip install WiringPi
```
Daha fazla bilgi için WiringPi resmi web sitesi ni ziyaret edebilirsiniz.
WiringPi has been deprecated by its original author. For more information about, and support with the ongoing community maintained version and ports, see the WiringPi GitHub org: https://github.com/WiringPi/