https://github.com/rm-hull/wiringpi
A fork of Gordon Henderson's git://git.drogon.net/wiringPi but with python bindings
https://github.com/rm-hull/wiringpi
Last synced: over 1 year ago
JSON representation
A fork of Gordon Henderson's git://git.drogon.net/wiringPi but with python bindings
- Host: GitHub
- URL: https://github.com/rm-hull/wiringpi
- Owner: rm-hull
- License: lgpl-3.0
- Created: 2012-12-15T20:36:09.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-01-02T23:24:25.000Z (over 9 years ago)
- Last Synced: 2024-10-03T12:17:33.549Z (almost 2 years ago)
- Language: C
- Homepage:
- Size: 395 KB
- Stars: 10
- Watchers: 7
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.TXT
- License: COPYING.LESSER
Awesome Lists containing this project
README
wiringPi README
===============
Please note that the official way to get wiringPi is via git from
git.drogon.net and not GitHub.
ie.
git clone git://git.drogon.net/wiringPi
The version of wiringPi held on GitHub by "Gadgetoid" is used to build the
wiringPython, Ruby, Perl, etc. wrappers for these other languages. This
version may lag the official Drogon release. Pull requests may not be
accepted to Github....
Please see
http://wiringpi.com/
for the official documentation, etc. and the best way to submit bug reports, etc.
is by sending an email to projects@drogon.net
Thanks!
-Gordon