mirror of
git://soft.sys114.com/WiringPi2-Python
synced 2026-02-05 07:20:30 +09:00
Changed the build system to drop I2C for now. Seems to cause too many issues
on non Raspbian systems (and even on some Raspbian systems it would appear ): fixed a timing issue on softTone fixed some issues in wiringPisetup introduced when optimising the mmap calls.
This commit is contained in:
22
build
22
build
@@ -2,17 +2,17 @@
|
||||
|
||||
i2c-install()
|
||||
{
|
||||
echo "* wiringPi needs the I2C Development Libraires installing."
|
||||
echo ""
|
||||
echo "If using Debian/Raspbian, then type this command:"
|
||||
echo " sudo apt-get install libi2c-dev"
|
||||
echo "then run ./build again."
|
||||
echo ""
|
||||
echo "If using another Linux distribution, then you will have to"
|
||||
echo "work out how to install the I2C Developmen Libraries for your"
|
||||
echo "system. (Sorry - I don't know - do let me know though!)"
|
||||
echo ""
|
||||
exit 1
|
||||
echo "* wiringPi needs the I2C Development Libraires installing."
|
||||
echo ""
|
||||
echo "If using Debian/Raspbian, then type this command:"
|
||||
echo " sudo apt-get install libi2c-dev"
|
||||
echo "then run ./build again."
|
||||
echo ""
|
||||
echo "If using another Linux distribution, then you will have to"
|
||||
echo "work out how to install the I2C Developmen Libraries for your"
|
||||
echo "system. (Sorry - I don't know - do let me know though!)"
|
||||
echo ""
|
||||
exit 1
|
||||
}
|
||||
|
||||
check-make-ok()
|
||||
|
||||
Reference in New Issue
Block a user