Open main menu

Changes

X708-Software

36 bytes added, 15:47, 21 July 2021
sudo apt-get install python-smbus
sudo apt-get install i2c-tools
 
3. Download x708 setup scripts:
git clone https://github.com/geekworm-com/x708.git
cd x708
chmod +x x708install.sh
6. How to reading battery voltage and percentage, this is the sample code, you can modify it by your request.
sudo python x708bat.py
 
7. How to power off command on Raspbian from software
}
</pre>
 
10. Uninstall
./uninstall.sh
== For Ubuntu==