@@ -1 +1 @@ | |||||
2.61 | |||||
2.70 |
@@ -110,22 +110,6 @@ fi | |||||
hardware=`fgrep Hardware /proc/cpuinfo | head -1 | awk '{ print $3 }'` | hardware=`fgrep Hardware /proc/cpuinfo | head -1 | awk '{ print $3 }'` | ||||
# if [ x$hardware != "xBCM2708" ]; then | |||||
# echo "" | |||||
# echo " +------------------------------------------------------------+" | |||||
# echo " | wiringPi is designed to run on the Raspberry Pi only. |" | |||||
# echo " | This processor does not appear to be a Raspberry Pi. |" | |||||
# echo " +------------------------------------------------------------+" | |||||
# echo " | In the unlikely event that you think it is a Raspberry Pi, |" | |||||
# echo " | then please accept my apologies and email the contents of |" | |||||
# echo " | /proc/cpuinfo to projects@drogon.net. |" | |||||
# echo " | - Thanks, Gordon |" | |||||
# echo " +------------------------------------------------------------+" | |||||
# echo "" | |||||
# exit 1 | |||||
# fi | |||||
echo | echo | ||||
echo "WiringPi Library" | echo "WiringPi Library" | ||||
cd wiringPi | cd wiringPi | ||||
@@ -1,10 +1,13 @@ | |||||
Package: wiringpi | Package: wiringpi | ||||
Version: 2.61 | |||||
Version: 2.70 | |||||
Section: libraries | Section: libraries | ||||
Priority: optional | Priority: optional | ||||
Architecture: armhf | Architecture: armhf | ||||
Depends: libc6 | Depends: libc6 | ||||
Maintainer: Gordon Henderson <projects@drogon.net> | |||||
Maintainer: Phil Howard <wiringpi@gadgetoid.com> | |||||
Uploaders: Phil Howard <wiringpi@gadgetoid.com> | |||||
Description: The wiringPi libraries, headers and gpio command | Description: The wiringPi libraries, headers and gpio command | ||||
Libraries to allow GPIO access on a Raspberry Pi from C and C++ | Libraries to allow GPIO access on a Raspberry Pi from C and C++ | ||||
and BASIC programs as well as from the command-line | and BASIC programs as well as from the command-line | ||||
Homepage: https://github.com/WiringPi/WiringPi/ | |||||
Bugs: https://github.com/WiringPi/WiringPi/ |
@@ -3,7 +3,7 @@ Section: electronics | |||||
Priority: optional | Priority: optional | ||||
Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk> | Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk> | ||||
Standards-Version: 3.8.0 | Standards-Version: 3.8.0 | ||||
Homepage: http://wiringpi.com/ | |||||
Homepage: https://github.com/WiringPi/WiringPi | |||||
Build-Depends: debhelper (>= 8) | Build-Depends: debhelper (>= 8) | ||||
Package: libwiringpi2 | Package: libwiringpi2 | ||||
@@ -5,7 +5,7 @@ | |||||
# Copyright (c) 2012-2016 Gordon Henderson | # Copyright (c) 2012-2016 Gordon Henderson | ||||
################################################################################# | ################################################################################# | ||||
# This file is part of wiringPi: | # This file is part of wiringPi: | ||||
# https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
# https://github.com/wiringPi/wiringPi | |||||
# | # | ||||
# wiringPi is free software: you can redistribute it and/or modify | # wiringPi is free software: you can redistribute it and/or modify | ||||
# it under the terms of the GNU Lesser General Public License as published by | # it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -5,7 +5,7 @@ | |||||
* Copyright (c) 2013 Gordon Henderson. | * Copyright (c) 2013 Gordon Henderson. | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -5,7 +5,7 @@ | |||||
* Copyright (c) 2013 Gordon Henderson. | * Copyright (c) 2013 Gordon Henderson. | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -13,7 +13,7 @@ | |||||
* | * | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as | * it under the terms of the GNU Lesser General Public License as | ||||
@@ -8,7 +8,7 @@ | |||||
* | * | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as | * it under the terms of the GNU Lesser General Public License as | ||||
@@ -7,7 +7,7 @@ | |||||
* Copyright (c) 2012 Gordon Henderson. | * Copyright (c) 2012 Gordon Henderson. | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -7,7 +7,7 @@ | |||||
* Copyright (c) 2012 Gordon Henderson. | * Copyright (c) 2012 Gordon Henderson. | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -13,7 +13,7 @@ | |||||
* Copyright (c) 2013 Gordon Henderson. | * Copyright (c) 2013 Gordon Henderson. | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -4,7 +4,7 @@ | |||||
* Copyright (c) 2013 Gordon Henderson. | * Copyright (c) 2013 Gordon Henderson. | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -5,7 +5,7 @@ | |||||
* Copyright (c) 2013 Gordon Henderson. | * Copyright (c) 2013 Gordon Henderson. | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -5,7 +5,7 @@ | |||||
* Copyright (c) 2013 Gordon Henderson. | * Copyright (c) 2013 Gordon Henderson. | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -6,7 +6,7 @@ | |||||
* Copyright (c) 2012-2013 Gordon Henderson | * Copyright (c) 2012-2013 Gordon Henderson | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as | * it under the terms of the GNU Lesser General Public License as | ||||
@@ -4,7 +4,7 @@ | |||||
* Copyright (c) 2012-2013 Gordon Henderson | * Copyright (c) 2012-2013 Gordon Henderson | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -6,7 +6,7 @@ | |||||
* has an MCP23S17 GPIO device connected via the SPI bus. | * has an MCP23S17 GPIO device connected via the SPI bus. | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as | * it under the terms of the GNU Lesser General Public License as | ||||
@@ -5,7 +5,7 @@ | |||||
* Copyright (c) 2013 Gordon Henderson. | * Copyright (c) 2013 Gordon Henderson. | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -5,7 +5,7 @@ | |||||
* Copyright (c) 2013 Gordon Henderson. | * Copyright (c) 2013 Gordon Henderson. | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -4,7 +4,7 @@ | |||||
* Copyright (c) 2012 Gordon Henderson | * Copyright (c) 2012 Gordon Henderson | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as | * it under the terms of the GNU Lesser General Public License as | ||||
@@ -4,7 +4,7 @@ | |||||
* Copyright (c) 2012 Gordon Henderson | * Copyright (c) 2012 Gordon Henderson | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as | * it under the terms of the GNU Lesser General Public License as | ||||
@@ -5,7 +5,7 @@ | |||||
* Copyright (c) 2015 Gordon Henderson. | * Copyright (c) 2015 Gordon Henderson. | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -5,7 +5,7 @@ | |||||
* Copyright (c) 2015 Gordon Henderson. | * Copyright (c) 2015 Gordon Henderson. | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -8,7 +8,7 @@ | |||||
* Copyright (c) 2015-2016 Gordon Henderson. | * Copyright (c) 2015-2016 Gordon Henderson. | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -1,12 +1,12 @@ | |||||
/* | /* | ||||
* buttons.c: | * buttons.c: | ||||
* Read the Gertboard buttons. Each one will act as an on/off | * Read the Gertboard buttons. Each one will act as an on/off | ||||
* tiggle switch for 3 different LEDs | |||||
* toggle switch for 3 different LEDs | |||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -7,12 +7,12 @@ | |||||
* | * | ||||
* We output a sine wave on D/A port 0 and sample A/D port 0. We then | * We output a sine wave on D/A port 0 and sample A/D port 0. We then | ||||
* plot the input value on the terminal as a sort of vertical scrolling | * plot the input value on the terminal as a sort of vertical scrolling | ||||
* oscilloscipe. | |||||
* oscilloscope. | |||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -3,10 +3,10 @@ | |||||
* Demonstrate use of the Gertboard A to D converter to make | * Demonstrate use of the Gertboard A to D converter to make | ||||
* a simple thermometer using the LM35. | * a simple thermometer using the LM35. | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -3,10 +3,10 @@ | |||||
* Demonstrate use of the Gertboard A to D converter to make | * Demonstrate use of the Gertboard A to D converter to make | ||||
* a simple voltmeter. | * a simple voltmeter. | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -1,7 +1,7 @@ | |||||
# | # | ||||
# Makefile: | # Makefile: | ||||
# wiringPi - A "wiring" library for the Raspberry Pi | # wiringPi - A "wiring" library for the Raspberry Pi | ||||
# https://projects.drogon.net/wiring-pi | |||||
# https://github.com/wiringPi/wiringPi | |||||
# | # | ||||
# Copyright (c) 2012-2015 Gordon Henderson | # Copyright (c) 2012-2015 Gordon Henderson | ||||
################################################################################# | ################################################################################# | ||||
@@ -1,7 +1,7 @@ | |||||
# | # | ||||
# Makefile: | # Makefile: | ||||
# wiringPi - A "wiring" library for the Raspberry Pi | # wiringPi - A "wiring" library for the Raspberry Pi | ||||
# https://projects.drogon.net/wiring-pi | |||||
# https://github.com/wiringPi/wiringPi | |||||
# | # | ||||
# Copyright (c) 2012 Gordon Henderson | # Copyright (c) 2012 Gordon Henderson | ||||
################################################################################# | ################################################################################# | ||||
@@ -2,10 +2,10 @@ | |||||
* blink.c: | * blink.c: | ||||
* Simple "blink" test for the PiFace interface board. | * Simple "blink" test for the PiFace interface board. | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -4,10 +4,10 @@ | |||||
* | * | ||||
* Read the buttons and output the same to the LEDs | * Read the buttons and output the same to the LEDs | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -2,10 +2,10 @@ | |||||
* metronome.c: | * metronome.c: | ||||
* Simple test for the PiFace interface board. | * Simple test for the PiFace interface board. | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -4,10 +4,10 @@ | |||||
* circuit via the 2 relays. | * circuit via the 2 relays. | ||||
* Then add on an external transsitor to help with PWM. | * Then add on an external transsitor to help with PWM. | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -2,10 +2,10 @@ | |||||
* reaction.c: | * reaction.c: | ||||
* Simple test for the PiFace interface board. | * Simple test for the PiFace interface board. | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -1,7 +1,7 @@ | |||||
# | # | ||||
# Makefile: | # Makefile: | ||||
# wiringPi - A "wiring" library for the Raspberry Pi | # wiringPi - A "wiring" library for the Raspberry Pi | ||||
# https://projects.drogon.net/wiring-pi | |||||
# https://github.com/wiringPi/wiringPi | |||||
# | # | ||||
# Copyright (c) 2012-2015 Gordon Henderson | # Copyright (c) 2012-2015 Gordon Henderson | ||||
################################################################################# | ################################################################################# | ||||
@@ -8,7 +8,7 @@ | |||||
* Copyright (c) 2013 Gordon Henderson. | * Copyright (c) 2013 Gordon Henderson. | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -6,7 +6,7 @@ | |||||
* Copyright (c) 2013 Gordon Henderson. | * Copyright (c) 2013 Gordon Henderson. | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -6,7 +6,7 @@ | |||||
* Copyright (c) 2013 Gordon Henderson. | * Copyright (c) 2013 Gordon Henderson. | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -3,10 +3,10 @@ | |||||
* Standard "blink" program in wiringPi. Blinks an LED connected | * Standard "blink" program in wiringPi. Blinks an LED connected | ||||
* to the first GPIO pin. | * to the first GPIO pin. | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -3,10 +3,10 @@ | |||||
* Standard "blink" program in wiringPi. Blinks an LED connected | * Standard "blink" program in wiringPi. Blinks an LED connected | ||||
* to the first GPIO pin. | * to the first GPIO pin. | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -1,10 +1,10 @@ | |||||
// blink.rtb: | // blink.rtb: | ||||
// Blink program in Return to Basic | // Blink program in Return to Basic | ||||
// | // | ||||
// Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
// Copyright (c) 2012-2013 Gordon Henderson. | |||||
//********************************************************************** | //********************************************************************** | ||||
// This file is part of wiringPi: | // This file is part of wiringPi: | ||||
// https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
// https://github.com/WiringPi/WiringPi | |||||
// | // | ||||
// wiringPi is free software: you can redistribute it and/or modify | // wiringPi is free software: you can redistribute it and/or modify | ||||
// it under the terms of the GNU Lesser General Public License as published by | // it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -4,10 +4,10 @@ | |||||
# Standard "blink" program in wiringPi. Blinks an LED connected | # Standard "blink" program in wiringPi. Blinks an LED connected | ||||
# to the first GPIO pin. | # to the first GPIO pin. | ||||
# | # | ||||
# Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
# Copyright (c) 2012-2013 Gordon Henderson. | |||||
####################################################################### | ####################################################################### | ||||
# This file is part of wiringPi: | # This file is part of wiringPi: | ||||
# https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
# https://github.com/WiringPi/WiringPi | |||||
# | # | ||||
# wiringPi is free software: you can redistribute it and/or modify | # wiringPi is free software: you can redistribute it and/or modify | ||||
# it under the terms of the GNU Lesser General Public License as published by | # it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -3,10 +3,10 @@ | |||||
* Simple sequence over the first 12 GPIO pins - LEDs | * Simple sequence over the first 12 GPIO pins - LEDs | ||||
* Aimed at the Gertboard, but it's fairly generic. | * Aimed at the Gertboard, but it's fairly generic. | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -2,12 +2,12 @@ | |||||
* blink12drcs.c: | * blink12drcs.c: | ||||
* Simple sequence over the first 12 GPIO pins - LEDs | * Simple sequence over the first 12 GPIO pins - LEDs | ||||
* Aimed at the Gertboard, but it's fairly generic. | * Aimed at the Gertboard, but it's fairly generic. | ||||
* This version uses DRC totalk to the ATmega on the Gertboard | |||||
* This version uses DRC to talk to the ATmega on the Gertboard | |||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -4,10 +4,10 @@ | |||||
* Aimed at the Gertduino, but it's fairly generic. | * Aimed at the Gertduino, but it's fairly generic. | ||||
* This version uses DRC to talk to the ATmega on the Gertduino | * This version uses DRC to talk to the ATmega on the Gertduino | ||||
* | * | ||||
* Copyright (c) 2012-2014 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2014 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -3,10 +3,10 @@ | |||||
* Simple sequence over the first 8 GPIO pins - LEDs | * Simple sequence over the first 8 GPIO pins - LEDs | ||||
* Aimed at the Ladder board, but it's fairly generic. | * Aimed at the Ladder board, but it's fairly generic. | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -3,10 +3,10 @@ | |||||
* Simple sequence over the first 8 GPIO pins - LEDs | * Simple sequence over the first 8 GPIO pins - LEDs | ||||
* Aimed at the Gertboard, but it's fairly generic. | * Aimed at the Gertboard, but it's fairly generic. | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -16,7 +16,7 @@ | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | * Copyright (c) 2012-2013 Gordon Henderson. | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -3,10 +3,10 @@ | |||||
* Just a little test program I'm using to experiment with | * Just a little test program I'm using to experiment with | ||||
* various timings and latency, etc. | * various timings and latency, etc. | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -5,7 +5,7 @@ | |||||
* Copyright (c) 2013 Gordon Henderson. | * Copyright (c) 2013 Gordon Henderson. | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -1,10 +1,10 @@ | |||||
/* | /* | ||||
* file.c: | * file.c: | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -5,7 +5,7 @@ | |||||
* How to test: | * How to test: | ||||
* | * | ||||
* IMPORTANT: To run this test we connect 2 GPIO pins together, but | * IMPORTANT: To run this test we connect 2 GPIO pins together, but | ||||
* before we do that YOU must make sure that they are both setup | |||||
* before we do that YOU must make sure that they are both set up | |||||
* the right way. If they are set to outputs and one is high and one low, | * the right way. If they are set to outputs and one is high and one low, | ||||
* then you connect the wire, you'll create a short and that won't be good. | * then you connect the wire, you'll create a short and that won't be good. | ||||
* | * | ||||
@@ -23,10 +23,10 @@ | |||||
* then do the up/down toggling for itself and run at full speed, and | * then do the up/down toggling for itself and run at full speed, and | ||||
* it will report the number of interrupts recieved every second. | * it will report the number of interrupts recieved every second. | ||||
* | * | ||||
* Copyright (c) 2013 Gordon Henderson. projects@drogon.net | |||||
* Copyright (c) 2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -14,7 +14,7 @@ | |||||
* Copyright (c) 2013 Gordon Henderson. | * Copyright (c) 2013 Gordon Henderson. | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -7,7 +7,7 @@ | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | * Copyright (c) 2012-2013 Gordon Henderson. | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -271,8 +271,8 @@ int main (int argc, char *argv[]) | |||||
adafruitLCDSetup (colour) ; | adafruitLCDSetup (colour) ; | ||||
lcdPosition (lcdHandle, 0, 0) ; lcdPuts (lcdHandle, "Gordon Henderson") ; | |||||
lcdPosition (lcdHandle, 0, 1) ; lcdPuts (lcdHandle, " wiringpi.com ") ; | |||||
lcdPosition (lcdHandle, 0, 0) ; lcdPuts (lcdHandle, " Hello World ") ; | |||||
lcdPosition (lcdHandle, 0, 1) ; lcdPuts (lcdHandle, " wiringpi ") ; | |||||
waitForEnter () ; | waitForEnter () ; | ||||
@@ -19,7 +19,7 @@ | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | * Copyright (c) 2012-2013 Gordon Henderson. | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -215,14 +215,14 @@ int main (int argc, char *argv[]) | |||||
return -1 ; | return -1 ; | ||||
} | } | ||||
lcdPosition (lcdHandle, 0, 0) ; lcdPuts (lcdHandle, "Gordon Henderson") ; | |||||
lcdPosition (lcdHandle, 0, 1) ; lcdPuts (lcdHandle, " wiringpi.com ") ; | |||||
lcdPosition (lcdHandle, 0, 0) ; lcdPuts (lcdHandle, "Hello World") ; | |||||
lcdPosition (lcdHandle, 0, 1) ; lcdPuts (lcdHandle, " wiringpi ") ; | |||||
waitForEnter () ; | waitForEnter () ; | ||||
if (rows > 1) | if (rows > 1) | ||||
{ | { | ||||
lcdPosition (lcdHandle, 0, 1) ; lcdPuts (lcdHandle, " wiringpi.com ") ; | |||||
lcdPosition (lcdHandle, 0, 1) ; lcdPuts (lcdHandle, " wiringpi ") ; | |||||
if (rows == 4) | if (rows == 4) | ||||
{ | { | ||||
@@ -9,7 +9,7 @@ | |||||
* Copyright (c) 2014 Gordon Henderson. | * Copyright (c) 2014 Gordon Henderson. | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -5,7 +5,7 @@ | |||||
* Copyright (c) 2015 Gordon Henderson. | * Copyright (c) 2015 Gordon Henderson. | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -2,10 +2,10 @@ | |||||
* nes.c: | * nes.c: | ||||
* Test program for an old NES controller connected to the Pi. | * Test program for an old NES controller connected to the Pi. | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -9,10 +9,10 @@ | |||||
* e.g. by putting it in /etc/rc.local and running it in the | * e.g. by putting it in /etc/rc.local and running it in the | ||||
* background & | * background & | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -2,10 +2,10 @@ | |||||
* pwm.c: | * pwm.c: | ||||
* This tests the hardware PWM channel. | * This tests the hardware PWM channel. | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -1,7 +1,7 @@ | |||||
# | # | ||||
# Makefile: | # Makefile: | ||||
# wiringPi - A "wiring" library for the Raspberry Pi | # wiringPi - A "wiring" library for the Raspberry Pi | ||||
# https://projects.drogon.net/wiring-pi | |||||
# https://github.com/wiringPi/wiringPi | |||||
# | # | ||||
# Copyright (c) 2012-2013 Gordon Henderson | # Copyright (c) 2012-2013 Gordon Henderson | ||||
################################################################################# | ################################################################################# | ||||
@@ -3,10 +3,10 @@ | |||||
* Using the Quick 2 wire 16-bit GPIO expansion board to output | * Using the Quick 2 wire 16-bit GPIO expansion board to output | ||||
* a binary counter. | * a binary counter. | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -2,10 +2,10 @@ | |||||
* blink-io.c: | * blink-io.c: | ||||
* Simple "blink" test for the Quick2Wire 16-pin IO board. | * Simple "blink" test for the Quick2Wire 16-pin IO board. | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -2,10 +2,10 @@ | |||||
* blink.c: | * blink.c: | ||||
* Simple "blink" test for the Quick2Wire interface board. | * Simple "blink" test for the Quick2Wire interface board. | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -4,10 +4,10 @@ | |||||
# Standard "blink" program in wiringPi. Blinks an LED connected | # Standard "blink" program in wiringPi. Blinks an LED connected | ||||
# to the LED on the Quick2Wire board | # to the LED on the Quick2Wire board | ||||
# | # | ||||
# Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
# Copyright (c) 2012-2013 Gordon Henderson. | |||||
####################################################################### | ####################################################################### | ||||
# This file is part of wiringPi: | # This file is part of wiringPi: | ||||
# https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
# https://github.com/WiringPi/WiringPi | |||||
# | # | ||||
# wiringPi is free software: you can redistribute it and/or modify | # wiringPi is free software: you can redistribute it and/or modify | ||||
# it under the terms of the GNU Lesser General Public License as published by | # it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -2,10 +2,10 @@ | |||||
* bright.c: | * bright.c: | ||||
* Vary the Q2W LED brightness with the analog card | * Vary the Q2W LED brightness with the analog card | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -2,10 +2,10 @@ | |||||
* button.c: | * button.c: | ||||
* Simple button test for the Quick2Wire interface board. | * Simple button test for the Quick2Wire interface board. | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -2,10 +2,10 @@ | |||||
* volts.c: | * volts.c: | ||||
* Read in all 4 analogs on the Q2W analog board. | * Read in all 4 analogs on the Q2W analog board. | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -2,10 +2,10 @@ | |||||
* rht03.c: | * rht03.c: | ||||
* Driver for the MaxDetect series sensors | * Driver for the MaxDetect series sensors | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -1,7 +1,7 @@ | |||||
# | # | ||||
# Makefile: | # Makefile: | ||||
# wiringPi - A "wiring" library for the Raspberry Pi | # wiringPi - A "wiring" library for the Raspberry Pi | ||||
# https://projects.drogon.net/wiring-pi | |||||
# https://github.com/wiringPi/wiringPi | |||||
# | # | ||||
# Copyright (c) 2012-2015 Gordon Henderson | # Copyright (c) 2012-2015 Gordon Henderson | ||||
################################################################################# | ################################################################################# | ||||
@@ -1,12 +1,12 @@ | |||||
/* | /* | ||||
* scphat.c: | * scphat.c: | ||||
* Little program to allow use of the Pimoroni Sctoll Phat | |||||
* Little program to allow use of the Pimoroni Scroll pHAT | |||||
* from the command-line. | * from the command-line. | ||||
* | * | ||||
* Copyright (c) 2015-2016 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2015-2016 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -1,11 +1,11 @@ | |||||
/* | /* | ||||
* test.c: | * test.c: | ||||
* Little test program forthe Pimoroni Scroll Phat. | |||||
* Little test program for the Pimoroni Scroll pHAT. | |||||
* | * | ||||
* Copyright (c) 2015-2016 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2015-2016 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -2,10 +2,10 @@ | |||||
* serial.c: | * serial.c: | ||||
* Example program to read bytes from the Serial line | * Example program to read bytes from the Serial line | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -3,10 +3,10 @@ | |||||
* Very simple program to test the serial port. Expects | * Very simple program to test the serial port. Expects | ||||
* the port to be looped back to itself | * the port to be looped back to itself | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -3,10 +3,10 @@ | |||||
* Test of the softServo code. | * Test of the softServo code. | ||||
* Do not use this code - use the servoBlaster kernel module instead | * Do not use this code - use the servoBlaster kernel module instead | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -3,10 +3,10 @@ | |||||
* Test of the software PWM driver. Needs 8 LEDs connected | * Test of the software PWM driver. Needs 8 LEDs connected | ||||
* to the Pi - e.g. Ladder board. | * to the Pi - e.g. Ladder board. | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -3,10 +3,10 @@ | |||||
* Test of the softTone module in wiringPi | * Test of the softTone module in wiringPi | ||||
* Plays a scale out on pin 3 - connect pizeo disc to pin 3 & 0v | * Plays a scale out on pin 3 - connect pizeo disc to pin 3 & 0v | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -3,10 +3,10 @@ | |||||
* Simple program to measure the speed of the various GPIO | * Simple program to measure the speed of the various GPIO | ||||
* access mechanisms. | * access mechanisms. | ||||
* | * | ||||
* Copyright (c) 2012-2013 Gordon Henderson. <projects@drogon.net> | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | |||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -4,7 +4,7 @@ | |||||
* Copyright (c) 2014 Gordon Henderson | * Copyright (c) 2014 Gordon Henderson | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as | * it under the terms of the GNU Lesser General Public License as | ||||
@@ -15,7 +15,7 @@ | |||||
* Copyright (c) 2012-2013 Gordon Henderson. | * Copyright (c) 2012-2013 Gordon Henderson. | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -2,7 +2,7 @@ | |||||
# Makefile: | # Makefile: | ||||
# The gpio command: | # The gpio command: | ||||
# A swiss-army knige of GPIO shenanigans. | # A swiss-army knige of GPIO shenanigans. | ||||
# https://projects.drogon.net/wiring-pi | |||||
# https://github.com/wiringPi/wiringPi | |||||
# | # | ||||
# Copyright (c) 2012-2016 Gordon Henderson | # Copyright (c) 2012-2016 Gordon Henderson | ||||
################################################################################# | ################################################################################# | ||||
@@ -105,7 +105,6 @@ BCM_GPIO pin numbers are always used with the export and edge commands. | |||||
This causes the named extension to be initialised. Extensions | This causes the named extension to be initialised. Extensions | ||||
comprise of a name (e.g. mcp23017) followed by a colon, then the | comprise of a name (e.g. mcp23017) followed by a colon, then the | ||||
pin-base, then more optional parameters depending on the extension type. | pin-base, then more optional parameters depending on the extension type. | ||||
See the web page on http://wiringpi.com/the-gpio-utility/ | |||||
.TP | .TP | ||||
.B \-p | .B \-p | ||||
@@ -329,7 +328,7 @@ in future releases once the /dev/gpiomem interface is fully operational. | |||||
.LP | .LP | ||||
WiringPi's home page | WiringPi's home page | ||||
.IP | .IP | ||||
http://wiringpi.com/ | |||||
https://github.com/WiringPi/WiringPi/ | |||||
.SH AUTHOR | .SH AUTHOR | ||||
@@ -5,7 +5,7 @@ | |||||
* Copyright (c) 2012-2018 Gordon Henderson | * Copyright (c) 2012-2018 Gordon Henderson | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -4,7 +4,7 @@ | |||||
* Copyright (c) 2012-2018 Gordon Henderson | * Copyright (c) 2012-2018 Gordon Henderson | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as published by | * it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -40,8 +40,11 @@ Section: libraries | |||||
Priority: optional | Priority: optional | ||||
Architecture: armhf | Architecture: armhf | ||||
Depends: libc6 | Depends: libc6 | ||||
Maintainer: Gordon Henderson <projects@drogon.net> | |||||
Maintainer: Phil Howard <wiringpi@gadgetoid.com> | |||||
Uploaders: Phil Howard <wiringpi@gadgetoid.com> | |||||
Description: The wiringPi libraries, headers and gpio command | Description: The wiringPi libraries, headers and gpio command | ||||
Libraries to allow GPIO access on a Raspberry Pi from C and C++ | Libraries to allow GPIO access on a Raspberry Pi from C and C++ | ||||
and BASIC programs as well as from the command-line | and BASIC programs as well as from the command-line | ||||
Homepage: https://github.com/WiringPi/WiringPi/ | |||||
Bugs: https://github.com/WiringPi/WiringPi/ | |||||
EOF | EOF |
@@ -37,7 +37,7 @@ | |||||
\begin{center} | \begin{center} | ||||
\bfseries{WiringPi: GPIO Pin Numbering Tables}\\ | \bfseries{WiringPi: GPIO Pin Numbering Tables}\\ | ||||
\tt{http://wiringpi.com/} | |||||
\tt{https://github.com/WiringPi/WiringPi} | |||||
\end{center} | \end{center} | ||||
\begin{center} | \begin{center} | ||||
@@ -1,3 +1,3 @@ | |||||
#define VERSION "2.61" | |||||
#define VERSION "2.70" | |||||
#define VERSION_MAJOR 2 | #define VERSION_MAJOR 2 | ||||
#define VERSION_MINOR 61 | |||||
#define VERSION_MINOR 70 |
@@ -5,7 +5,7 @@ | |||||
# Copyright (c) 2012-2015 Gordon Henderson | # Copyright (c) 2012-2015 Gordon Henderson | ||||
################################################################################# | ################################################################################# | ||||
# This file is part of wiringPi: | # This file is part of wiringPi: | ||||
# https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
# https://github.com/wiringPi/wiringPi | |||||
# | # | ||||
# wiringPi is free software: you can redistribute it and/or modify | # wiringPi is free software: you can redistribute it and/or modify | ||||
# it under the terms of the GNU Lesser General Public License as published by | # it under the terms of the GNU Lesser General Public License as published by | ||||
@@ -4,7 +4,7 @@ | |||||
* Copyright (c) 2016 Gordon Henderson | * Copyright (c) 2016 Gordon Henderson | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as | * it under the terms of the GNU Lesser General Public License as | ||||
@@ -4,7 +4,7 @@ | |||||
* Copyright (c) 2016 Gordon Henderson | * Copyright (c) 2016 Gordon Henderson | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as | * it under the terms of the GNU Lesser General Public License as | ||||
@@ -10,7 +10,7 @@ | |||||
* | * | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as | * it under the terms of the GNU Lesser General Public License as | ||||
@@ -5,7 +5,7 @@ | |||||
* Copyright (c) 2016 Gordon Henderson | * Copyright (c) 2016 Gordon Henderson | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as | * it under the terms of the GNU Lesser General Public License as | ||||
@@ -4,7 +4,7 @@ | |||||
* Copyright (c) 2016-2017 Gordon Henderson | * Copyright (c) 2016-2017 Gordon Henderson | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as | * it under the terms of the GNU Lesser General Public License as | ||||
@@ -4,7 +4,7 @@ | |||||
* Copyright (c) 2016-2017 Gordon Henderson | * Copyright (c) 2016-2017 Gordon Henderson | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as | * it under the terms of the GNU Lesser General Public License as | ||||
@@ -4,7 +4,7 @@ | |||||
* Copyright (c) 2013-2016 Gordon Henderson | * Copyright (c) 2013-2016 Gordon Henderson | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as | * it under the terms of the GNU Lesser General Public License as | ||||
@@ -4,7 +4,7 @@ | |||||
* Copyright (c) 2013 Gordon Henderson | * Copyright (c) 2013 Gordon Henderson | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as | * it under the terms of the GNU Lesser General Public License as | ||||
@@ -5,7 +5,7 @@ | |||||
* Copyright (c) 2016 Gordon Henderson | * Copyright (c) 2016 Gordon Henderson | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as | * it under the terms of the GNU Lesser General Public License as | ||||
@@ -5,7 +5,7 @@ | |||||
* Copyright (c) 2016 Gordon Henderson | * Copyright (c) 2016 Gordon Henderson | ||||
*********************************************************************** | *********************************************************************** | ||||
* This file is part of wiringPi: | * This file is part of wiringPi: | ||||
* https://projects.drogon.net/raspberry-pi/wiringpi/ | |||||
* https://github.com/WiringPi/WiringPi/ | |||||
* | * | ||||
* wiringPi is free software: you can redistribute it and/or modify | * wiringPi is free software: you can redistribute it and/or modify | ||||
* it under the terms of the GNU Lesser General Public License as | * it under the terms of the GNU Lesser General Public License as | ||||