Update install added pi bme and mpu install

master-fsk-cw
Alan Johnston 2 weeks ago committed by GitHub
parent 22fe4885b1
commit a29bc1a94c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -326,6 +326,22 @@ if [ $changed -eq 1 ]; then
echo
fi
echo "Installing MPU6050-C-CPP-Library-for-Raspberry-Pi"
sudo apt-get install -y libi2c-dev
cd
git clone https://github.com/alanbjohnston/MPU6050-C-CPP-Library-for-Raspberry-Pi.git
cd MPU6050-C-CPP-Library-for-Raspberry-Pi
sudo make install
make payload
echo "Installing raspberry-pi-bme280"
sudo apt-get install -y libi2c-dev
cd
git clone https://github.com/alanbjohnston/raspberry-pi-bme280.git
cd raspberry-pi-bme280
git checkout payload
make
echo "Would you like to reboot to complete the installation (y/n)?"
read -r ANS

Loading…
Cancel
Save

Powered by TurnKey Linux.