Updated the build script to better try to detect lack of i2c-dev

(hopefully!)
Also updated all the mmap code in wiringPiSetup() to make it a bit more
sane and efficient to a degree.
This commit is contained in:
Gordon Henderson
2013-01-15 22:38:21 +00:00
parent 4673e38b1f
commit c82fb8735d
3 changed files with 56 additions and 80 deletions

6
People
View File

@@ -13,3 +13,9 @@ Chris McSweeny
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()