From 21c8987fcce5d2aa790397ce286f309a2fae7627 Mon Sep 17 00:00:00 2001 From: RogueM Date: Sun, 15 Nov 2015 20:53:24 +0000 Subject: [PATCH] typo + external links added --- src/en/overlay/wiringpi.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/en/overlay/wiringpi.md b/src/en/overlay/wiringpi.md index 1a2e5db..fcf5f52 100644 --- a/src/en/overlay/wiringpi.md +++ b/src/en/overlay/wiringpi.md @@ -2,6 +2,8 @@ --- name: WiringPi GPIO Pinout page_url: wiringpi +github: https://github.com/WiringPi/WiringPi2-Python +url: http://wiringpi.com pin: '3': name: WiringPi 8 @@ -60,7 +62,7 @@ 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 muliple 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 wiringpi2" 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 wiringpi2" respectively. Python users note the 2 on the end, the WiringPi2-Python library finally brings a whole host of existing WiringPi functionality to Python including brand new features from WiringPi 2.