WiringPi V2.0 for Python2 & Python3

This commit is contained in:
Philip Howard
2013-03-27 22:22:00 +00:00
parent 98bcb20d93
commit 567ee0027e
89 changed files with 10178 additions and 1302 deletions

27
WiringPi/People Normal file
View File

@@ -0,0 +1,27 @@
Just a quick note to some people who've provided help, suggestions,
bug-fixes, etc. along the way...
Nick Lott: (And others)
Hints about making it work with C++
Philipp Stefan Neininger:
Minor bug in the Makefile to do with cross compiling
Chris McSweeny
Hints and tips about the use of arithmetic in gettimeofday()
inside the dealyMicrosecondsHard() function.
And spotting a couple of schoolboy errors in the (experimental)
softServo code, prompting me to completely re-write it.
Armin (Via projects website)
Some pointers about the i2c-dev.h files.
Arno Wagner
Suggestions for the mmap calls in wiringPiSetup()
CHARLES Thibaut:
A small issue in softTone
Xian Stannard
Fixing some typos in the man page!