1
Fork 0
mpu6050/test/intall_raspi_deps.sh
2019-04-15 21:10:12 +02:00

5 lines
183 B
Bash

#!/usr/bin/env bash
sudo apt-get update && sudp apt-get upgrade
sudo apt-get install git python3-pip tmux vim -y
pip install smbus
git clone https://github.com/juliangaal/mpu6050.git